Basic webpage to show operation of Adafruit 10DOF on Renesas GR Peach board.
https.h@0:256cd901cbb1, 2015-10-07 (annotated)
- Committer:
- webOnBoard
- Date:
- Wed Oct 07 20:34:51 2015 +0000
- Revision:
- 0:256cd901cbb1
First release of AHRS web demo
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
webOnBoard | 0:256cd901cbb1 | 1 | #ifndef __HTTPS_H_ |
webOnBoard | 0:256cd901cbb1 | 2 | #define __HTTPS_H_ |
webOnBoard | 0:256cd901cbb1 | 3 | |
webOnBoard | 0:256cd901cbb1 | 4 | #include <stdint.h> |
webOnBoard | 0:256cd901cbb1 | 5 | |
webOnBoard | 0:256cd901cbb1 | 6 | #ifdef __cplusplus |
webOnBoard | 0:256cd901cbb1 | 7 | extern "C" { |
webOnBoard | 0:256cd901cbb1 | 8 | #endif |
webOnBoard | 0:256cd901cbb1 | 9 | |
webOnBoard | 0:256cd901cbb1 | 10 | // extern funtion |
webOnBoard | 0:256cd901cbb1 | 11 | |
webOnBoard | 0:256cd901cbb1 | 12 | #ifdef __cplusplus |
webOnBoard | 0:256cd901cbb1 | 13 | } |
webOnBoard | 0:256cd901cbb1 | 14 | #endif |
webOnBoard | 0:256cd901cbb1 | 15 | |
webOnBoard | 0:256cd901cbb1 | 16 | #endif |