mirror of
https://github.com/Show-maket/IR-protocol.git
synced 2025-05-04 07:10:16 +00:00
9 lines
97 B
C++
9 lines
97 B
C++
#define SerialSpeed 115200
|
|
|
|
void setup() {
|
|
Serial.begin(SerialSpeed);
|
|
}
|
|
|
|
void loop() {
|
|
|
|
} |