travisgoodspeed / goodwatch

Replacement board for Casio Calculator Watches using the CC430F6147

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Eliminate getchar() in applets.

travisgoodspeed opened this issue · comments

Cut all unnecessary key scanning. Apps should use a keypress handler instead.

Getchar is now only uses in the raw mode of Morse, where it would be quite difficult to replace. Closing issue.