Hackaday demo: Signal generator

Dependencies:   SDFileSystem mbed

output.h

Committer:
wd5gnr
Date:
2015-09-15
Revision:
1:c229c3ceb909
Parent:
0:8baa10bd07de

File content as of revision 1:c229c3ceb909:

#ifndef __OUTPUT_H
#define __OUTPUT_H 1

void exec(void);

#endif