You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a master issue regarding the testing of all the components that were already in the core. It should be noted what features were tested, which worked, which did not work, and which features were not present. If a feature is marked with tickmark, it means it was working, otherwise it is untested, or tested to be non-working if there is a comment below it.
GPIO
Output working
Input working
Input with pullup working
Input with pulldown working
Interrupts
attachInterrupts() works in all cases (FALLING, RISING, CHANGE, NONE)
FALLLING works
noInterrupts() and interrupts() work
ADC / Analog in
basic analogRead() on a channel
analogReadResolution() works
all ADC channels work
read V_REF (analog voltage reference)
read V_TEMP (internal temperature sensor)
Serial
Baud rate setting
Basic println() with all data types
Parity (Even / Odd / None)
Data bits (7 / 8 / 9)
Stop bits (1,2)
Flow control
RS485 mode
I2C / Wire library
Basic I2C transfers as master
Wire.setClock() function implemented (88d1cd7) but not measured / verified to be correct (100kHz, 400kHz,..)
This is a master issue regarding the testing of all the components that were already in the core. It should be noted what features were tested, which worked, which did not work, and which features were not present. If a feature is marked with tickmark, it means it was working, otherwise it is untested, or tested to be non-working if there is a comment below it.
attachInterrupts()
works in all cases (FALLING
,RISING
,CHANGE
,NONE
)FALLLING
worksnoInterrupts()
andinterrupts()
workanalogRead()
on a channelanalogReadResolution()
worksprintln()
with all data typesWire.setClock()
function implemented (88d1cd7) but not measured / verified to be correct (100kHz, 400kHz,..)i2c_stop()
and other I2C functions #3analogWrite
and friends #1HardwareTimer
workstone()
/noTone()
The text was updated successfully, but these errors were encountered: