circuitpython/shared-module
arturo182 3bd65fbae5 nrf: Move the Peripheral class to bleio as Device
This was the last class from ubluepy and so that module is now gone.
The Device class offers both Peripheral and Central functionality.
See the inline docs for more info.
2018-10-21 15:50:45 +02:00
..
_stage _stage: use 16 bit for coordinates to support larger screens 2018-03-11 12:07:23 +01:00
audioio Rename stop to stop_voice in case we want stop to stop everything later. 2018-10-09 13:28:00 -07:00
bitbangio Support internationalisation. 2018-08-07 14:58:57 -07:00
bleio nrf: Move the Peripheral class to bleio as Device 2018-10-21 15:50:45 +02:00
busio add timeout keyword to I2C - for bitbangio - ignored for busio 2018-05-13 21:54:44 -04:00
displayio Introduce audioio.Mixer which can mix multiple audio samples 2018-10-05 15:12:23 -07:00
gamepad Add gamepad_singleton to root pointers 2018-05-30 23:11:22 +02:00
multiterminal Merge tag 'v1.9.3' 2017-11-02 12:41:50 -07:00
os WIP: complete manual inspection of all significant changes 2018-07-23 21:34:25 -04:00
random Introduce a random module that is a subset of CPython's random. It 2017-06-27 17:37:24 -07:00
storage allow '/' to be mounted on '/' from Python code 2018-06-21 09:24:40 -04:00
struct Support internationalisation. 2018-08-07 14:58:57 -07:00
uheap uheap: Switch to using gc_nbytes to measure allcoation size so we stop undercounting. 2016-11-23 17:32:50 -08:00
ustack Measure and report maximum stack usage. (#175) 2017-07-23 15:32:05 -04:00