Skip to content

0.6.2

Compare
Choose a tag to compare
@microbuilder microbuilder released this 04 Nov 16:57
· 36 commits to master since this release
  • Fix incorrect Read() behavior in Serial
  • PWM enhancements:
    • Make analogWrite() compatible with existing Arduino code (duty cycle 0-255)
    • Added pwmPeriod(pin, us) and pwmFrequency(pin, hz) to change the PWM period/frequency
    • Added dimmer, pwmPeriod, pwmRGB example sketches
  • Added WiFi country get/set support via getWifiCountry(), setWifiCountry()
    • setWifiCountry() will save the country code to NVM which will perist through power cycles or reset
  • Added AdafruitADC helper class to support DMA based high speed ADC sampling (up to 2MSPS) and analog watchdog