dev: Getting the GPIO and such set up, starting to poke at NeoPixel

This commit is contained in:
A.M. Rowsell 2025-08-03 13:12:09 -04:00
commit ba27097ced
Signed by untrusted user who does not match committer: amr
GPG key ID: E0879EDBDB0CA7B1
4 changed files with 237 additions and 16 deletions

View file

@ -7,7 +7,7 @@
#ifndef NEOPIXEL_HPP
#define NEOPIXEL_HPP
#include <stdint.h>
#include <cstdint>
class NeoPixel {
public: