1
0
mirror of https://github.com/AlexGyver/GyverCore.git synced 2025-07-29 19:01:12 +03:00
This commit is contained in:
Alex
2019-09-11 14:33:26 +03:00
parent 1931dfcb7a
commit 0fcb9c135f
7 changed files with 92 additions and 29 deletions

View File

@ -19,7 +19,7 @@ byte data11 = 0b11101011;
uint32_t data12 = 0xFAB666;
void setup() {
uart.begin();
uart.begin(9600);
uart.println(data0);
uart.println(data1);
uart.println(data2);