Skip to content

Conversation

@ObviousInRetrospect
Copy link
Owner

No description provided.

MCUdude and others added 30 commits October 26, 2019 10:50
Serial pin swap pins were missing
so that the value 0 is to LOW, the value 255 is HIGH, and any value inbetween
is a corresponding PWM pulse.
The prevous behaviour was that the range was 0 to 256, which is not in
accordance to the Arduino standard.
Fix period of PWM timers
Done according to the official Arduino API repo
Wasn't used anyways
Now we have a general timer setup function located in Wiring.c where timer pin routing is defined in pins_arduino.h. Much neater
Not used anyways
Now lets you write to user row (one aditional EEPROM page with other peroperties). More or less stolen from megaTinyCore
Ensures better compatibility across other cores/architectures
MCUdude and others added 28 commits January 11, 2023 19:58
Add SerialUPDI programmer + update templates
I have no idea why I pushed 19d91ec, as it broke the Logic input setup routine. This commit resolves the issue
Closes issue #170
by the wire library after running Wire.begin(). Resolves issue #172
Fix MegaCoreX library to support ArduinoModBus and ArduinoRS485
We'll use the one that Avrdude ships with instead
Fix IPAddress further so that the Ethernet library will work again
Remove Travis badge
…et library

When I grafted the newer arduino namespace in for Modbus library
compatibility, I introduced a very subtle problem where constant objects
defined in the arduino namespace had to be fully qualified.

I suspect that the changes that arduino made to their API in the
versions since 1.0.0 somehow allowed for unqualified name resolution.
…dEthernet

Move INADDR_NONE out of the arduino namespace to not break the Ethernet library
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.