electronicayciencia
released this
14 Jan 20:55
·
1 commit
to master
since this release
GPIO:
- Added GPIO_poll() to read GPIO changes easier.
ADC/DAC:
- ADC_write() and DAC_read() accept and return values in volts.
- DAC_write() returns the expected DAC output.
- DAC_config() will turn Off DAC before selecting a new reference voltage.
I2C:
- Fixed: some I2C states are not handled correctly.
Documentation:
- Added an example of LCD drive using EasyMCP2221.SMBus with the Luma library.
- Documented a weird crash when switching between DAC voltage reference sources (see Limitations and bugs).