Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(Master Issue) Test which components work or don't work #8

Open
11 of 47 tasks
maxgerhardt opened this issue Jun 18, 2021 · 0 comments
Open
11 of 47 tasks

(Master Issue) Test which components work or don't work #8

maxgerhardt opened this issue Jun 18, 2021 · 0 comments
Labels
question Further information is requested

Comments

@maxgerhardt
Copy link
Member

maxgerhardt commented Jun 18, 2021

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
  • PWM
  • Timers
    • HardwareTimer works
  • tone() / noTone()
  • SPI
    • basic SPI transfers
    • all SPI modes work
    • all supporte clock settings work
    • SPI slave
    • Hardware NSS
  • DAC
    • setting output voltage works
  • SoftwareSerial library
    • works at comon baudrates
    • supports common UART formats (databits, parity, ...)
@maxgerhardt maxgerhardt added the question Further information is requested label Jun 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant