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: nRF51822
main.h@8:5bb94184842d, 2017-05-23 (annotated)
- Committer:
- sgetz7908
- Date:
- Tue May 23 14:27:04 2017 +0000
- Revision:
- 8:5bb94184842d
- Parent:
- 7:090f9eea7b3c
- Child:
- 9:0b017e956142
Added sensor routines.
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
sgetz7908 | 0:cec02cf6df66 | 1 | |
sgetz7908 | 0:cec02cf6df66 | 2 | #ifndef MAIN_H |
sgetz7908 | 0:cec02cf6df66 | 3 | #define MAIN_H |
sgetz7908 | 0:cec02cf6df66 | 4 | |
sgetz7908 | 0:cec02cf6df66 | 5 | |
sgetz7908 | 2:def2c045c43a | 6 | #define FW_VERSION 001 // major revisions will be 1xx, 2xx, etc. |
sgetz7908 | 0:cec02cf6df66 | 7 | |
sgetz7908 | 8:5bb94184842d | 8 | #define CAP_THRESHOLD 50 |
sgetz7908 | 2:def2c045c43a | 9 | |
sgetz7908 | 2:def2c045c43a | 10 | //****************************************************************************** |
sgetz7908 | 0:cec02cf6df66 | 11 | |
sgetz7908 | 0:cec02cf6df66 | 12 | #endif // #ifndef MAIN_H |