Skip to content

0.8.0

Choose a tag to compare

@maarten-pennings maarten-pennings released this 21 May 09:24
· 2 commits to main since this release
  • Added examples aoosp_adcled.ino and aoosp_adcpot.ino.
  • Added aoosp_send_setadc(), aoosp_send_readadc() and aoosp_send_readadcdat().
  • Added ADC conversion aoosp_prt_adc() and aoosp_prt_adcmux().
  • All char * aoosp_prt_xxx() are now const char * aoosp_prt_xxx().
  • Fixed bug: aoosp_prt_bytes() printed old content when size was 0.
  • Fixed warning in aoosp_otpburn.ino.
  • Fixed: example aoosp_cur.ino mixed up AOOSP_CURCHN_FLAGS_DEFAULT and AOOSP_CURCHN_CUR_DEFAULT.
  • Improved API doc.
  • Changed examples to use max PWM.
  • Documentation (of examples) extended with new RGB names on OSP32 V11 ("L2.1 aka IN1").
  • Improved explanation of aoosp_sync.
  • Added link towards training slides in aoosp_otpburn.ino.