stc_rpncalc/src
Jeff Wang 9fc462ca94 bugfix for backspacing from exp entry all the back to significand entry
check for '.' needs to be after entry_i--
2019-10-02 22:47:32 -04:00
..
decn NUM_A_ARRAY cannot be less than num_lsu 2019-10-02 22:45:02 -04:00
.gitignore key debouncer 2019-03-21 21:06:12 -04:00
calc.c more checks for NaN/errors before performing operations 2019-10-02 22:46:26 -04:00
calc.h do not compile with stack auto, change functions to be nonreentrant, use fixed parameters 2019-05-02 03:27:01 -04:00
CMakeLists.txt fix bug for entering numbers such as 0.01 2019-04-04 02:29:11 -04:00
key.c do not compile with stack auto, change functions to be nonreentrant, use fixed parameters 2019-05-02 03:27:01 -04:00
key.h fix desktop build warnings 2019-09-23 22:57:34 -04:00
lcd_emulator.c do not compile with stack auto, change functions to be nonreentrant, use fixed parameters 2019-05-02 03:27:01 -04:00
lcd.c do not compile with stack auto, change functions to be nonreentrant, use fixed parameters 2019-05-02 03:27:01 -04:00
lcd.h do not compile with stack auto, change functions to be nonreentrant, use fixed parameters 2019-05-02 03:27:01 -04:00
main.c bugfix for backspacing from exp entry all the back to significand entry 2019-10-02 22:47:32 -04:00
qt_main.cpp work on Qt GUI, still not working properly 2019-04-04 00:33:42 -04:00
stc15.h scan keyboard 2019-03-20 03:21:11 -04:00
utils.c do not compile with stack auto, change functions to be nonreentrant, use fixed parameters 2019-05-02 03:27:01 -04:00
utils.h do not compile with stack auto, change functions to be nonreentrant, use fixed parameters 2019-05-02 03:27:01 -04:00