potato

Dependencies:   mbed

Fork of analoghalls by N K

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers isr.h Source File

isr.h

00001 #ifndef __ISR_H
00002 #define __ISR_H
00003 
00004 void dtc_update();
00005 void pos_update();
00006 void throttle_update();
00007 
00008 #endif