-
user reports new spate of crashes when plugging usb devices (especially grid / mlr)
seems like a regression in 1.1.0 update
please post here with any more reproductions
-
I'm new to both python and coding for arduino micro controllers so please bear with me if I missed something obvious.
I'm trying to use the trellis python library on a adafruit trinket M0. I read …
-
Hi there,
I am interested in creating an 8x8 led-lit button matrix hardware controller to control a browser-based step sequencer thingie I made (http://tranzfuse.github.io/audiohack/).
I saw that Ad…
-
I am thinking about taking a stab at exposing the bonescript i2c support to beaglebone-io. Please let me know if i2c support is already underway, since I don't want to duplicate effort.
-
I'm looking at porting the Trellis library to python so it can run on the BBB or Raspi and noticed this code:
```
boolean Adafruit_Trellis::justPressed(uint8_t k) {
return (isKeyPressed(k) & !wasKe…