Ian
Ian
## Feature request: test sketches even when no platforms are selected Currently, there is tension between the `EXPECT_EXAMPLES` configuration variable and the platform configuration for an example sketch. If `EXPECT_EXAMPLES`...
To allow at least some official adoption of unit testing of Arduino, I have asked several upstream discussion areas about amending [the library specification](https://arduino.github.io/arduino-cli/library-specification/). The goal would be to standardize...
Add new board definitions based on [this gist](https://gist.github.com/ah01/762576) ```c++ #if defined(__AVR_ATmega168__) // Arduino Diecimila and older LINE("__AVR_ATmega168__", __AVR_ATmega168__); #endif #if defined(__AVR_ATmega328P__) // Arduino Duemilanove and Uno LINE("__AVR_ATmega328P__", __AVR_ATmega328P__); #endif #if...
## Feature Request Mock this library: https://www.arduino.cc/en/reference/wire Compilation mocks now exist due to #72 It appears this will need to be implemented as an array of `HardwareSerial` objects within GODMODE.
## (Issue Summary / Feature Request) The source file is in `Java/hardware/arduino/avr/libraries/`
## Issue / Feature Request Summary This might be tricky, but `PinHistory` (with the help of #23) should be able to support pulseIn and pulseOut interactions
## Issue / Feature Request Summary First reported in #24 The `tone` functions should create some sort of testable history in the GODMODE struct.
## Feature Request See discussion here: https://github.com/Arduino-CI/arduino_ci/pull/115#issuecomment-466802772 Combine @hlovdal and @PRosenb work on `interrupt.h`
## Feature Request It should be possible to create some form of unit testing for sketches (specifically, any functions defined in the sketch) building on the same mock system used...
* questions * feedback * issues * feature requests https://docs.github.com/en/free-pro-team@latest/github/building-a-strong-community/configuring-issue-templates-for-your-repository