dev: Getting the GPIO and such set up, starting to poke at NeoPixel
This commit is contained in:
parent
ba64e2bcf3
commit
ba27097ced
4 changed files with 237 additions and 16 deletions
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
#ifndef NEOPIXEL_HPP
|
||||
#define NEOPIXEL_HPP
|
||||
#include <stdint.h>
|
||||
#include <cstdint>
|
||||
|
||||
class NeoPixel {
|
||||
public:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue