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
@@ -5,6 +5,7 @@ package main
import "machine"
// This is the pin assignment for the Digispark only.
// 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.Pin = 0
var led = machine.LED