1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 20, 2023 — Jan 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Clean up and make an example. More... almost 5 years ago
Change default include directory so code that uses the library can include "Arduino.h" as normal arduino code. More... almost 5 years ago
Change to CMake 3.14 More... almost 5 years ago
Define analog pins More... almost 5 years ago
Fix destructor for non virtual classes More... over 5 years ago
Init currentMillis at the constructor More... over 5 years ago
Force range More... over 5 years ago
Fixed types Removed external library More... over 5 years ago
Now millis returns the milliseconds since 1 jan 2000, son millis() can be used like arduino instead of returning always 0. Also fixed types for fucntions as unsigned long was not the right type. Should be time_t More... over 5 years ago
 Add define digitalPinToInterrupt in Arduino.h More... almost 6 years ago
Set mock/fake related buffer manipulation functions to take const More... over 6 years ago
Merge pull request #1 from witrac/dev-serial-fake More... over 6 years ago
Implement operator[] in the Serial interface More... over 6 years ago
Fake implementation of the serial interface, capable of simulating RX More... over 6 years ago
Delete operator [] method that is defined in Serial. More... over 6 years ago
Add opertator [ ] to Serial_ More... over 6 years ago
Add interrupts functions to arduino-mock and Arduino.cc More... over 6 years ago
Add end() method to SoftwareSerial mock More... almost 7 years ago
Revert "Define __FlashStringHelper in Arduino.h" More... about 7 years ago
Define __FlashStringHelper in Arduino.h More... about 7 years ago
Revert all commits related to AvrDefines.h More... about 7 years ago
Add pgm_read_byte_near to AvrDefines.h More... about 7 years ago
Merge branch 'dev_software_serial_mock' More... about 7 years ago
Add wdt_reset to AvrDefines.h More... about 7 years ago
Include Serial.h from Arduino.h More... about 7 years ago
Refactoring design to use a Fake class More... about 7 years ago
Add missing ampersant to point to the methods More... about 7 years ago
Comment out unused mocks to save build time More... about 7 years ago
Add RX buffer mock to SoftwareSerialMock More... about 7 years ago
Merge branch 'master' into dev_software_serial_mock More... about 7 years ago