Code snippets used in my conference talk: "Say Cheese! Elevate your camera flows with Jetpack Compose"
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <Adafruit_NeoPixel.h> | |
| #define PIN 5 | |
| #include <EEPROM.h> | |
| #include <SoftwareSerial.h> | |
| SoftwareSerial BTserial(3, 2); // RX | TX | |
| // Parameter 1 = number of pixels in strip | |
| // Parameter 2 = Arduino pin number (most are valid) |