Skip to content

Releases: Coder-X15/MCUOS

A Minor Edit

07 Jun 10:17
6ddf249
Compare
Choose a tag to compare

I just wanted to increase the button sensitivity, and yeah that's what I think should help the system work even if the buttons are sufficiently old to be called "worn out"

(Sorry for my informal speech here, but that's just what had gone wrong with my LCD Shield - I hadn't been able to take it out for two years or so, and hence the buttons didn't seem to respond. Earlier I had captured the correct analog values of the A0 pin on pressing each button, so yeah due to the button getting worn out with age, the values must have changed. This general change in code, if I'm not mistaken, should help your button system work a long as possible).

v 2.0

30 May 04:32
c6971da
Compare
Choose a tag to compare
  • Added setup script and emptied the constants.h file for configuration of the library by the user.
  • Folder tree the same as main branch.

v 1.0

29 May 06:10
2d5f666
Compare
Choose a tag to compare

This is the initial version of my project. The directory structure of this is what will be replicated in upcoming versions.

  • This one has an incomplete list of apps (I have created a sample app and a flashlight app, the rest is upto whoever who contributes)
  • This one is the base project for all those who wish to build their own version of this.