2021.07.15 This code is for reading a 0x00 register and print that value. This code was made for ADS1299 programming education.

Dependencies:   mbed

Revision:
1:f1e13a1aab6f
Parent:
0:85f12fbe14dd
--- a/main.cpp	Wed Jul 14 19:19:01 2021 +0000
+++ b/main.cpp	Wed Jul 14 23:51:38 2021 +0000
@@ -1,6 +1,6 @@
 #include "mbed.h"
 // Programed by Seungchan Lee, futuremax7@gmail.com
-// 2021.07.15
+// 2021.07.15.
 
 //Serial pc(USBTX, USBRX);
 static UARTSerial pc(USBTX, USBRX, 115200);