It would be nice to be able to run morse-code-twitter on a normal computer without RPi GPIO, for testing purposes. We can do this by breaking the logic between the Morse Code handling, the RPi Button Handling, and adding a keyboard button through a library like pygame. Some research will be required to figure out the best way to do this.
It would be nice to be able to run
morse-code-twitteron a normal computer without RPi GPIO, for testing purposes. We can do this by breaking the logic between the Morse Code handling, the RPi Button Handling, and adding a keyboard button through a library likepygame. Some research will be required to figure out the best way to do this.