yup

Dependencies:   mbed

Fork of analoghalls by Bayley Wang

isr.h

Committer:
bwang
Date:
2015-02-21
Revision:
1:70eed554399b
Parent:
0:9753f3c2e5ca
Child:
5:eeb8af99cb6c

File content as of revision 1:70eed554399b:

#ifndef __ISR_H
#define __ISR_H

void dtc_update();
void pos_update();
void throttle_update();

#endif