potato

Dependencies:   mbed

Fork of analoghalls by N K

Committer:
bwang
Date:
Mon Feb 23 19:42:50 2015 +0000
Revision:
2:b5c19d4eddcc
Parent:
0:9753f3c2e5ca
stuff

Who changed what in which revision?

UserRevisionLine numberNew contents of line
nki 0:9753f3c2e5ca 1 #ifndef __UTIL_H
nki 0:9753f3c2e5ca 2 #define __UTIL_H
nki 0:9753f3c2e5ca 3
nki 0:9753f3c2e5ca 4 void initTimers();
nki 0:9753f3c2e5ca 5 void initPins();
nki 0:9753f3c2e5ca 6 void initData();
nki 0:9753f3c2e5ca 7
bwang 2:b5c19d4eddcc 8 void setDtcA(float f);
bwang 2:b5c19d4eddcc 9 void setDtcB(float f);
bwang 2:b5c19d4eddcc 10 void setDtcC(float f);
bwang 2:b5c19d4eddcc 11
nki 0:9753f3c2e5ca 12 #endif