This website requires JavaScript.
Explore
Help
Sign In
djsundog
/
circuitpython
Watch
1
Star
0
Fork
0
You've already forked circuitpython
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
circuitpython
/
atmel-samd
/
common-hal
History
Scott Shawcroft
f878bc4efc
atmel-samd: Fix AudioOut buffer playback by supporting bytes_per_sample.
...
Thanks to @ntoll for finding this bug!
2017-07-12 11:55:49 -07:00
..
analogio
atmel-samd: Rework status LED implementation
2017-04-12 15:24:50 -07:00
audioio
atmel-samd: Fix AudioOut buffer playback by supporting bytes_per_sample.
2017-07-12 11:55:49 -07:00
board
atmel-samd: Rework status LED implementation
2017-04-12 15:24:50 -07:00
busio
atmel-samd: Use DMA for user SPI.
2017-05-03 10:50:29 -07:00
digitalio
shared-bindings: Move enum-like classes out of DigitalInOut into digitalio.
2017-06-16 13:47:01 -07:00
microcontroller
atmel-samd: Support wav file playback. Tested up to 16bit 22.1khz. Must be mono file!
2017-05-15 19:52:38 -07:00
neopixel_write
…
os
Introduce a random module that is a subset of CPython's random. It
2017-06-27 17:37:24 -07:00
pulseio
atmel-samd: Fix sharing TCCs by statically storing the current period.
2017-06-12 15:37:09 -07:00
storage
shared-bindings: Introduce storage.remount() so you can set root as
2017-06-28 16:18:13 -07:00
time
…
touchio
atmel-samd: Remove debug prints from TouchIn
2017-04-20 16:48:04 -07:00
usb_hid
…