Relit A0: Difference between revisions

From iagent
Jump to: navigation, search
No edit summary
No edit summary
Line 10: Line 10:
[neopixel my_neopixel]
[neopixel my_neopixel]
pin: PB3
pin: PB3
</pre>
==Testing==
<pre>
set_led led=relit  RED=1 GREEN=1 BLUE=1 TRANSMIT=1
</pre>
</pre>

Revision as of 20:57, 18 September 2023

Relit A0 is a led strip of 12 RGB LEDs (Like NeoPixels) that work well with Recore A7.

[neopixel my_neopixel]
pin: PB3

Testing

set_led led=relit  RED=1 GREEN=1 BLUE=1 TRANSMIT=1