| Age | Commit message (Collapse) | Author |
|
This is useful for infrared input and DHT sensors.
|
|
|
|
|
|
|
|
crash.
|
|
|
|
make sense and are documented correctly. Fixes #109
|
|
LTO and never re-enabled.
|
|
|
|
|
|
share space with the file system.
"Express" builds with SPI flash crash the compiler for some reason so its
currently disabled for them.
|
|
|
|
|
|
|
|
and enable it for qemu tests.
|
|
|
|
|
|
|
|
|
|
each time to share the call.
|
|
|
|
|
|
|
|
It still accepts the parameter for backwards compatibility and to
provide a good error when it can't work.
Using the `neopixel_write` module instead is recommended because its
available on all CircuitPython supported ports.
|
|
|
|
|
|
|
|
|
|
|
|
1) Bus error will be thrown on read/write errors with errno set. (Read didn't used to fail at all.)
2) try_lock correctly returns boolean whether lock was grabbed.
Fixes #87
|
|
room for this functionality by adding a shared __enter__ function object. #76
|
|
|
|
|
|
|
|
space for other code.
|
|
|
|
|
|
|
|
Fixes #62.
|
|
* Support code.txt and variants.
* Add wait state for connection indicated by receiving a character.
* Add another wait state on every soft reset to give instruction for
soft reset rather than entering REPL.
AMPY use remains the same. The wait states can be exited with CTRL-C
just like the REPL.
Fixes #70.
|
|
REPL. Also, print the exception correctly. Fixes #57
|
|
response.
|
|
floats to doubles.
|
|
Fixes #95.
|
|
version number that doesn't start with v. Fixes #86.
|
|
the hardware.
|
|
* Always init SPI to 250k to start for SD cards.
* Add ability to configure byte written during read.
* Add ability to read and write to portions of buffers like existing I2C API.
|
|
on more feedback from @deshipu. Thanks!
|
|
|
|
CircuitPython and the corresponding design decisions.
|