Update for CLI compiling.

Add function declarations for the inline capture functions and add a
note to the README explaining how to compile from the CLI using the
‘arduino-mk’ package.   Known to work on Debian 8, but untested
elsewhere.
This commit is contained in:
Andrew Gillham
2015-12-16 11:47:31 -08:00
parent 5fb67c666d
commit 1e3f0696af
2 changed files with 20 additions and 1 deletions

View File

@@ -82,7 +82,8 @@ void get_metadata(void);
void debugprint(void);
void debugdump(void);
void prettydump(void);
void captureInline4mhz(void);
void captureInline2mhz(void);
/*
* Should we use PORTD or PORTB? (default is PORTB)