Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: ST7032 QEI PS4Serial
Dependents: 2021Arobo_UMAPYOI 2021Arobo_YUMIPYOI
Diff: cerica2.h
- Revision:
- 0:a1d2ea7aa5c6
- Child:
- 1:019a7d4201c2
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/cerica2.h Fri Sep 07 01:50:16 2018 +0000
@@ -0,0 +1,19 @@
+#include "SB1602E.h"
+#include "PS4Serial.h"
+#include "perica3.h"
+
+enum WireSel {
+ FEP01,TweLite
+};
+class CERICA
+{
+private:
+ I2C i2c;
+ DigitalOut wireSelect;
+
+public:
+ SB1602E lcd;
+ PS4Serial PS4;
+ PERICA perica;
+ CERICA(WireSel WireSel_);
+};
\ No newline at end of file