yup

Dependencies:   mbed

Fork of analoghalls by Bayley Wang

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

Who changed what in which revision?

UserRevisionLine numberNew contents of line
nki 0:9753f3c2e5ca 1 #ifndef __ISR_H
nki 0:9753f3c2e5ca 2 #define __ISR_H
nki 0:9753f3c2e5ca 3
nki 0:9753f3c2e5ca 4 void dtc_update();
bwang 1:70eed554399b 5 void pos_update();
bwang 1:70eed554399b 6 void throttle_update();
nki 5:eeb8af99cb6c 7 void isense_update();
nki 0:9753f3c2e5ca 8
nki 0:9753f3c2e5ca 9 #endif