HeptaSat

Dependencies:   HEPTA_EPS mbed

Files at this revision

API Documentation at this revision

Comitter:
csmk18112
Date:
Tue Nov 08 03:26:22 2022 +0000
Parent:
3:18847ea9afbe
Commit message:
d

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Tue Aug 09 06:26:00 2022 +0000
+++ b/main.cpp	Tue Nov 08 03:26:22 2022 +0000
@@ -2,7 +2,7 @@
 #include "HEPTA_EPS.h"
 #define MAG 0x13<<1 //addr_compus
 
-Serial pc(USBTX, USBRX);
+RawSerial pc(USBTX,USBRX,9600);
 HEPTA_EPS eps(p16,p26);
 I2C i2c(p28,p27);