MCPcopy Create free account
hub / github.com/FastLED/FastLED / two_angle_test2

Function two_angle_test2

examples/Chromancer/gen.py:139–148  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

137
138
139def two_angle_test2() -> None:
140 print("two_angle_test2")
141 startPos = Point(0, 0)
142 hexagon_angles = [
143 HexagonAngle.UP,
144 HexagonAngle.DOWN,
145 ]
146 points = gen_points(hexagon_angles, LED_PER_STRIP, startPos)
147 print(points)
148 # assert len(points) == LED_PER_STRIP * 2, f"Expected {LED_PER_STRIP * 2} points, got {len(points)} points"
149
150# Red is defined by this instruction tutorial: https://voidstar.dozuki.com/Guide/Chromance+Assembly+Instructions/6
151def find_red_anchor_point() -> list[Point]:

Callers

nothing calls this directly

Calls 3

gen_pointsFunction · 0.85
PointClass · 0.70
printFunction · 0.50

Tested by

no test coverage detected