mirror of
https://github.com/workinghard/Cube4Fun_v2.git
synced 2025-12-13 19:42:09 +00:00
init
This commit is contained in:
@@ -338,7 +338,7 @@ void processIn(unsigned char pc_input) {
|
||||
|
||||
}
|
||||
|
||||
// ---------------- MAIN --------------- //
|
||||
// ---------------- SETUP --------------- //
|
||||
void setup() {
|
||||
Rb.init(); //initialize Rainbowduino driver
|
||||
Wire.begin(2); // initialize wire connection as slave #2
|
||||
@@ -356,7 +356,9 @@ void setup() {
|
||||
|
||||
changeAnim(); // First random animation
|
||||
}
|
||||
// ---------------- SETUP --------------- //
|
||||
|
||||
// ---------------- MAIN --------------- //
|
||||
|
||||
void loop() {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user