-
What kind of issue is this?
- [x] PlatformIO Core. If you’ve found a bug, please provide an information below.
------------------------------------------------------------------
### Configura…
-
Does one revision run on stock teensy 3.6 and the latest only run on your custom MK66F board?
-
Hello -- I updated to 3.0.0 and cannot get uploads to work. Here's a simple sketch:
```
void setup() {
}
void loop() {
delay(250);
digitalWrite(13, !digitalRead(13));
}
```
my `pla…
-
Hello,
I would like to build a MIDI Controller with 150 buttons, 16 faders, and 8 encoders.
I would like to multiplex the 150 buttons with 10+1pcs CD74HC4067 multiplexers.
I use Arduino Leonar…
-
hello @CongducPham Sir ,
I'm currently working on a transmitter and reciever program for LoRa development Kit.
I'm trying to upload the following sketch on my LoRa development kit(http://ethicstech…
-
See Ron's work here:
https://github.com/sarfata/kbox-firmware/pull/61/files#diff-e1a852b1882fac49cb1e32e9192d85e1R70
And @ronzeiller work here:
https://github.com/ronzeiller/kbox-firmware-teensy3…
-
````
In file included from /home/parker/Pictures/PackProbe/PackProbe.ino:54:0:
/home/parker/Arduino/libraries/SoftI2CMaster/SoftI2CMaster.h:81:22: fatal error: util/twi.h: No such file or directory
…
-
### Configuration
**Operating system**: Windows 10
**PlatformIO Version** (`platformio --version`):
### Description of problem
I want to program the Teensy 3.6 using bare metal embedded C wi…
-
Hi, I would like to upload the build and debug the Teensy via a JTAG or SWD connection and not the Arduino-compatible USB-connection.
My `platformio.ini` looks like this:
```
[env:teensy36]
pla…
kwinz updated
7 years ago
-
Hi duff,
i recently started playing around with your snooze library. I've noticed that when i attach an interrupt to a pin (not digital.pinMode but attachInterrupt) the interrupt will wake up my Tee…
ghost updated
7 years ago