Pathfindr / Mbed OS mbed-os-PF-UWBBEACON_v1_dev

Dependencies:   aconno_I2C Lis2dh12 WatchdogTimer

Committer:
pathfindr
Date:
Wed Nov 14 16:08:28 2018 +0000
Revision:
6:388d3c7efdd9
Parent:
0:94b743e06998
Child:
9:b0a1535b8ef2
update

Who changed what in which revision?

UserRevisionLine numberNew contents of line
pathfindr 0:94b743e06998 1 #define MODE_SETUP 0
pathfindr 6:388d3c7efdd9 2 #define MODE_NORMAL 1
pathfindr 0:94b743e06998 3 #define MODE_DORMANT 99
pathfindr 6:388d3c7efdd9 4 #define MODE_OFF_48HRS 100
pathfindr 6:388d3c7efdd9 5
pathfindr 6:388d3c7efdd9 6
pathfindr 6:388d3c7efdd9 7 //TASKS
pathfindr 6:388d3c7efdd9 8
pathfindr 6:388d3c7efdd9 9 /*
pathfindr 6:388d3c7efdd9 10 Location - OperationMode, FixType, timeout, timesbitmap,
pathfindr 6:388d3c7efdd9 11 Environmental - Log interval, Broadcast Interval
pathfindr 6:388d3c7efdd9 12 Impact - Threshold, Log, AlarmBroadcast
pathfindr 6:388d3c7efdd9 13 Activity - G Threshold, T Threshold, Broadcast Interval
pathfindr 6:388d3c7efdd9 14
pathfindr 6:388d3c7efdd9 15 */