circuitpython/ports/nrf/common-hal/analogio
arturo182 021df5d3d3 nrf: Cleanup AnalogOut and throw an exception in constructor
The nRF MCUs do not support analog output. Throwing an exception
in the constructor will stop users from creating an instance of
the AnalogOut class.

In the future we can ifdef-out the whole class so it is not available
in the module at all.
2018-02-06 21:15:49 +01:00
..
AnalogIn.c nRF52 update with internal file system support 2017-12-21 13:49:14 +01:00
AnalogIn.h nRF52 update with internal file system support 2017-12-21 13:49:14 +01:00
AnalogOut.c nrf: Cleanup AnalogOut and throw an exception in constructor 2018-02-06 21:15:49 +01:00
AnalogOut.h nrf: Cleanup AnalogOut and throw an exception in constructor 2018-02-06 21:15:49 +01:00
__init__.c nRF52 update with internal file system support 2017-12-21 13:49:14 +01:00