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 Teach memory
Diff: teach.h
- Revision:
- 2:6dc660d146b7
- Parent:
- 1:33fdaabcdeda
- Child:
- 3:b22580585b9c
--- a/teach.h Tue Apr 21 15:49:22 2020 +0000 +++ b/teach.h Wed Apr 22 08:39:40 2020 +0000 @@ -9,11 +9,12 @@ */ #include <vector> +#include "mbed.h" #ifndef teach_H // no idea what this does #define teach_H // seems important -#define MAX_SIZE 500000000 +#define MAX_SIZE 500000000 // maximal usebal flash befor error struct posdata{ int time;