-
Currently there is a function named _not_pressed()_, for testing the state of pressed buttons. In keeping with the [Arduino Style Guide for Writing Libraries](https://www.arduino.cc/en/Reference/APISt…
-
Right now processes are started but they are not under user control. User cannot stop or abort them, and hitting the buttons twice starts twice the processes.
Symptoms have been acknowledged in #3568 …
-
Reference:
https://github.com/arduino/Arduino/wiki/Library-Manager-FAQ
Looks like just adding the metadata (my PR already does this) and then just asking they add it to their batch job... and taggin…
-
As soon as I get my prototype I'll make these changes. @rogosher can you confirm for sure the new pin assignments so I'm good to go as soon as I have the hardware?
Per Chris we make production the d…
-
Or pollButtonState()? pollButtonStatus()? getInput is too generic and makes me write library code like:
```
uint8_t button_state = getInput();
if (button_state & LEFT_BUTTON)
```
I do that because …
-
[Arduboy]() is a tiny gameboy-like device, based around the [Arduino Leonardo](http://community.arduboy.com/t/reference-page-for-development/76/6). My [dev kit](https://www.tindie.com/products/bateske…
flaki updated
9 years ago
-
We now use the ATmega32U4 internal reference voltage (https://github.com/PaxInstruments/t400-firmware/issues/21), but @samchoy88 may have found a problem.
Comment from @samchoy88 in https://github.co…
-
I'd like to suggest cloning this repository and then pushing it back (so it's revision history stays intact) to github as "ArduBoy" and then let ArduBoy/ArduBoy be the official home for the core lib. …