Skip to content

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

Open
@maxgerhardt

Description

@maxgerhardt

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, ...)

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions