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
Diff: Food/Food.h
- Revision:
- 5:e0f08e8022de
- Parent:
- 1:bdafa20e71a0
- Child:
- 6:266fb8fc17f4
--- a/Food/Food.h Wed May 27 20:57:21 2020 +0000
+++ b/Food/Food.h Thu May 28 16:29:55 2020 +0000
@@ -0,0 +1,17 @@
+#ifndef FOOD_H
+#define FOOD_H
+
+#include "mbed.h"
+#include "N5110.h"
+#include "Gamepad.h"
+#include "FXOS8700CQ.h"
+
+class Food
+{
+
+public:
+
+ Food();
+ ~Food();
+
+
\ No newline at end of file