Skip to content

Commit

Permalink
Removed Sender_Arduino
Browse files Browse the repository at this point in the history
  • Loading branch information
Newtoniano20 committed Apr 10, 2022
1 parent 9e9d95d commit a66b924
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 30 deletions.
2 changes: 1 addition & 1 deletion Sender_ESP32/Sender_ESP32.ino → Sender/Sender.ino
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ int maxes[] = {0, 0, 0, 0, 0};
int mins[] = {180,180,180,180,180};

void setup() {
Serial.begin(9600); // // Serial Communication is starting with 9600 of baudrate speed
Serial.begin(115200); // // Serial Communication is starting with 115200 of baudrate speed
}
String reverse(int x){
return String(map(x, 0, 4095, 180, 0)); // Reversing the values if needed
Expand Down
29 changes: 0 additions & 29 deletions Sender_Arduino/Sender_Arduino.ino

This file was deleted.

0 comments on commit a66b924

Please sign in to comment.