yup

Dependencies:   mbed

Fork of analoghalls by Bayley Wang

isr.h

Committer:
nki
Date:
2015-02-26
Revision:
6:4960629abb90
Parent:
5:eeb8af99cb6c

File content as of revision 6:4960629abb90:

#ifndef __ISR_H
#define __ISR_H

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

#endif