14 Commits
Author SHA1 Message Date
Squirrel61andGitHub 75fbe2ccec tapuino.h
Changed a few external declarations to fix compiler warnings. Actually, 4 externals where changed from uint8 to uint16.
2016-10-04 11:54:25 +02:00
Peter Edwards 3bb8dc8431 Added Auto Finalize option
fixed option handling in menu.c to remember last select option when exiting from a specific option menu
2015-08-16 14:17:23 +02:00
Peter Edwards 55cc2bcbbf Added Pause function. SELECT button will toggle pause mode, 'P' will be displayed on the LCD 2015-05-25 22:35:42 +02:00
Peter Edwards 66798dfefd added changes for selectable machine type via settings, this implemented different cycle timing for C16 compatibility 2015-04-28 19:03:10 +02:00
sweetlilmre a59d3caa75 FIX: Ticker bug where filename wouldn't start at first character 2014-08-23 16:32:23 +02:00
sweetlilmre 3b4b88b47f All options implemented
EEPROM saving implemented
Record mode signal inversion added
2014-08-22 19:47:52 +02:00
sweetlilmre 136dcda166 FIX: forgot to mark g_invert_signal extern... 2014-08-22 16:57:17 +02:00
sweetlilmre 7f9af844a5 Option code in for 1 option
Started removing serial code for more flash space
2014-08-21 22:48:45 +02:00
sweetlilmre a0d844c587 first pass on lcd config and manual filename entry 2014-08-07 20:22:53 +02:00
sweetlilmre c005514394 Moved all dodgy timing to use system 10ms timer
Added key repeat functionality
Cleaned up comms, serial is removed now
2014-08-04 22:39:55 +02:00
sweetlilmre 5438af233b Fixed SD timeout handling for write
Moved menu ui and handling into separate code files
Added initial write code, doesn't work yet
2014-07-27 09:51:44 +02:00
sweetlilmre c80af627f2 changed all line endings to UNIX format for sanity 2014-07-17 22:12:58 +02:00
sweetlilmre a864ab2366 renames and cleanup.
fixed exit condition for motor off timeout
reduced display string length for 16x2 displays
increased debounce time
2014-07-13 20:47:11 +02:00
Peter Edwards 13c4e33c60 added missing tapuino.h 2014-07-03 13:30:05 +02:00