yup

Dependencies:   mbed

Fork of analoghalls by Bayley Wang

Committer:
nki
Date:
Thu Feb 26 14:09:19 2015 +0000
Revision:
6:4960629abb90
Parent:
2:b5c19d4eddcc
LOLOL PROPROTIONAL CURENT CONTROL;

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