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

Files at this revision

API Documentation at this revision

Comitter:
futuremax
Date:
Wed Jul 14 23:51:38 2021 +0000
Parent:
0:85f12fbe14dd
Commit message:
First version

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- 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);