mirror of
https://github.com/gillham/logic_analyzer.git
synced 2026-05-07 08:33:09 +03:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user