Andrew Boyson / oldheating

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

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers lpc1768-this.c Source File

lpc1768-this.c

00001 #include "rit.h"
00002 
00003 void Lpc1768ThisInit()
00004 {
00005     RitInit(1); //Start the Repetitive Interrupt Timer with a period of 1ms
00006 }
00007 void Lpc1768ThisMain()
00008 {
00009 }