ws2812: add support for qtpy and atsame5x

This commit is contained in:
sago35
2021-05-30 11:49:53 +09:00
committed by Ron Evans
parent 6b914f7af7
commit 5645eb3f91
6 changed files with 24 additions and 6 deletions
+2 -1
View File
@@ -4,6 +4,7 @@ package main
import "machine"
// Replace neo in the code below to match the pin
// Replace neo and led in the code below to match the pin
// that you are using if different.
var neo = machine.D2
var led = machine.LED