ws2812: improve documentation

This commit is contained in:
Ayke van Laethem
2018-11-16 12:16:47 +01:00
parent bd18c71604
commit c23954059f
2 changed files with 7 additions and 0 deletions
+3
View File
@@ -2,6 +2,9 @@
package ws2812
// This file implements the WS2812 protocol for 16MHz Cortex-M0
// microcontrollers.
import (
"device/arm"
)