Al Husien Dabashi / Mbed 2 deprecated 1620_Project_Template

Dependencies:   N5110 ShiftReg Tone mbed

Fork of 1620_Project_Template by Craig Evans

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers ModeB.h Source File

ModeB.h

00001 #ifndef MODEB_H
00002 #define MODEB_H
00003 
00004 #include "mbed.h"
00005 #include "main.h"
00006 
00007 // function prototypes
00008 void mode_B();
00009 
00010 #endif