aboutsummaryrefslogtreecommitdiff
path: root/ports/nrf/modules/machine/adc.c
AgeCommit message (Expand)Author
2020-05-15nrf: Update to work with nrfx v2.0.0, to match TinyUSB.Jim Mussared
2020-04-05all: Use MP_ERROR_TEXT for all error messages.Jim Mussared
2019-09-05nrf/machine/adc: Fix mapping of ADC channel to pin.Damien George
2019-09-05nrf/machine/adc: Allow to pass a Pin object in to ADC constructor.Damien George
2019-09-05nrf/machine/adc: Add ADC.read_u16() method.Damien George
2019-01-31nrf: Shrink "<peripheral> does not exist" error messages.Ayke van Laethem
2018-08-01nrf: Correct index checking of ADC/PWM/RTCounter instances.Stig Bjørlykke
2018-07-18nrf/modules/machine/adc: Don't compare -1 to an unsigned number.Ayke van Laethem
2018-07-18nrf/modules/machine/adc: Fix to make adc.c compile for nrf51 targetsGlenn Ruben Bakke
2018-07-18nrf/adc: Allow for external use of new and value read function.Glenn Ruben Bakke
2018-07-18nrf: Replace custom-HAL with nrfx-HALglennrub
2018-07-18nrf: Add new port to Nordic nRF5x MCUs.Daniel Tralamazza