circuitpython/shared-module
Radomir Dopieralski 52d05bbc37 Cache pullup state in gamepad
Don't check the pin's pull direction on every tick, instead cache it
at the beginning. Also avoid a "can't get pull of output pin" error
when one of the pins passed is in output mode.
2018-05-23 11:26:16 +02:00
..
_stage _stage: use 16 bit for coordinates to support larger screens 2018-03-11 12:07:23 +01:00
audioio Add audio output support! 2018-04-12 16:35:13 -07:00
bitbangio Reformat the error message 2018-05-16 13:19:51 -05:00
busio add timeout keyword to I2C - for bitbangio - ignored for busio 2018-05-13 21:54:44 -04:00
gamepad Cache pullup state in gamepad 2018-05-23 11:26:16 +02:00
multiterminal Merge tag 'v1.9.3' 2017-11-02 12:41:50 -07:00
os shared-module: Fix os.listdir to correctly return list rather than 2017-06-28 12:51:32 -07:00
random Introduce a random module that is a subset of CPython's random. It 2017-06-27 17:37:24 -07:00
storage Add storage.getmount to retrieve the mount object associated with a path 2018-03-27 21:28:18 -05:00
struct Conditionally compile out nonstandard array/struct typecodes 2018-03-26 18:13:49 -05: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