circuitpython/ports/nrf/common-hal
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
..
analogio nrf: Cleanup AnalogOut and throw an exception in constructor 2018-02-06 21:15:49 +01:00
board nRF52 update with internal file system support 2017-12-21 13:49:14 +01:00
busio nrf: Get the port working on pca10056 (nRF52840) 2018-02-05 20:38:41 +01:00
digitalio nrf: fixups for changes from 2.2 2018-01-03 16:50:57 -05:00
microcontroller nrf: Implement MCU temperature reading 2018-02-02 20:33:21 +01:00
os nRF52 update with internal file system support 2017-12-21 13:49:14 +01:00
pulseio Added 'mp_raise_NotImplementedError(NULL)' 2017-12-22 11:48:07 +01:00
storage nRF52 update with internal file system support 2017-12-21 13:49:14 +01:00
time nRF52 update with internal file system support 2017-12-21 13:49:14 +01:00