Andrew Boyson / oldheating

Dependencies:   net 1-wire lpc1768 crypto clock web fram log

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers hall-pb.h Source File

hall-pb.h

00001 #include <stdbool.h>
00002 
00003 extern void HallPbInit(void);
00004 extern void HallPbMain(void);
00005 
00006 extern bool HallPbOverrideMode;