Finishing up the Epson QX-10 module
- Typing and modifiers fully working - Still some features left to implement * Stop input * Diagnostic test * Setting interval before starting repeat rate * More comments * Handling LED stats
This commit is contained in:
parent
8f8de985c5
commit
2519ea00e7
5 changed files with 28 additions and 7 deletions
2
main.c
2
main.c
|
@ -108,9 +108,7 @@ int main(void)
|
|||
while ( 1 )
|
||||
{
|
||||
// Setup the scanning module
|
||||
cli();
|
||||
scan_setup();
|
||||
sei();
|
||||
|
||||
while ( 1 )
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue