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
Fork of el17ajf by
Diff: Input/Input.h
- Revision:
- 31:69fedaa9b171
- Parent:
- 25:bf47fe41883a
- Child:
- 39:e128071a95b0
--- a/Input/Input.h Sat Apr 13 09:29:37 2019 +0000
+++ b/Input/Input.h Sat Apr 13 09:53:39 2019 +0000
@@ -4,5 +4,6 @@
namespace Input {
enum Button {LEFT, RIGHT, UP, DOWN, START};
bool buttonHit(Button button);
+ int getSeed();
};
#endif
\ No newline at end of file
