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: mbed 4DGL-uLCD-SE MMA8452
Diff: inputs/inputs.h
- Revision:
- 3:0e14def93d4e
- Child:
- 4:fb7d49e660f2
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/inputs/inputs.h Fri Mar 15 20:46:37 2019 -0400
@@ -0,0 +1,11 @@
+#pragma once
+
+typedef struct{
+ //buttons
+ char b1, b2, b3;
+
+ //accelerometer
+ char a_x, a_y;
+
+ //implement more inputs here if needed
+ }conditions;
\ No newline at end of file