-
```
I am the author of minigpsd on github which has a web based GPS monitor (the
satellite circle, status, moving google maps using HTML canvas) which also
creates a log as a KMZ file. I could por…
-
```
What change would like to see?
Please have the IDE check the linker output, and report an error if the
SRAM usage exceeds the size determined by the CPU selected in the
preferences menu.
Why?…
-
```
What change would like to see?
Please have the IDE check the linker output, and report an error if the
SRAM usage exceeds the size determined by the CPU selected in the
preferences menu.
Why?…
-
```
What change would like to see?
Please have the IDE check the linker output, and report an error if the
SRAM usage exceeds the size determined by the CPU selected in the
preferences menu.
Why?…
-
```
What change would like to see?
Please have the IDE check the linker output, and report an error if the
SRAM usage exceeds the size determined by the CPU selected in the
preferences menu.
Why?…
-
```
What change would like to see?
Please have the IDE check the linker output, and report an error if the
SRAM usage exceeds the size determined by the CPU selected in the
preferences menu.
Why?…
-
Original PJRC code has no problem but modified version of tmk_keyboard has bug.
Endpoint configure may be its reason. These controllers doesn't support double buffer feature on endpoint 1 and 2, thou…
-
When I try and upload to an Arduino Micro from a Raspberry Pi I get the following error:
``` bash
Connecting to programmer: .avrdude: butterfly_recv(): programmer is not responding
```
I have poked …
-
Hi I am trying to compile once and mass upload to multiple microcontrollers (pinoccio's specifically) when I am seeing this weird error of:
```
core.a(main.cpp.o): In function `main':
/Applications/…
ghost updated
10 years ago
-
I am working with a XMEGA128A4U which supports multiple I2C connections (2). I am currently using one as a Slave and one as a Master. Is it possible to use xboot for such purpose?