Monitor motorhome leisure battery and provide simple control of habitation

Dependencies:   net lpc1768 crypto clock web fram log

lpc1768-this/lpc1768-this.c

Committer:
andrewboyson
Date:
2021-01-14
Revision:
0:b843d647695c

File content as of revision 0:b843d647695c:

#include "rit.h"

void Lpc1768ThisInit()
{
    RitInit(1); //Start the Repetitive Interrupt Timer with a period of 1ms
}
void Lpc1768ThisMain()
{
}