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: ArthropodIK MMA8451Q MODSERIAL TSI TextLCD mbed-rtos mbed
Fork of Quadrapod by
Diff: quadrapod_defs.h
- Revision:
- 0:838403674a8f
- Child:
- 3:9916f013d978
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/quadrapod_defs.h Fri Jun 19 06:11:18 2015 +0000 @@ -0,0 +1,21 @@ +#ifndef QUADRAPOD_DEFS_H +#define QUADRAPOD_DEFS_H + +/* This header file defines pin names and similar stuff. */ +#include "mbed.h" + +/* Constant definitions. */ +#define RAD2DEG 57.2957795 + +/* Management and control lines */ + +#define BATTSENSE PTC1 +#define PWR_GOOD PTD6 +#define BUZZER PTE31 + + + + + + +#endif \ No newline at end of file