-
**[Original report](https://bitbucket.org/abe_k/pterodaq/issue/37) by kevin_karplus (Bitbucket: [kevin_karplus](https://bitbucket.org/kevin_karplus), ).**
----------------------------------------
Ad…
-
hi,
apart from faulty i2c readings on ARM boards, another crucial issue to the nunchuk.h lib:
Nunchuk.h nunchuk_init_power() uses AVR ports which is invalid for ARM and ESP Boards
```
static voi…
-
Hello,
Is there any way to make this library work with esp boards?
I tried to upload the exemple sketch to a esp8266 and a error appeard:
"avr/io.h: No such file or directory"
I searched through t…
-
```
I did not know where to put this, but as I am a fanatic user of the Eclipse
development environment using the Baeyens Arduino plugin, I succeeded in using
this library as follows:
As I am worki…
-
```
I did not know where to put this, but as I am a fanatic user of the Eclipse
development environment using the Baeyens Arduino plugin, I succeeded in using
this library as follows:
As I am worki…
-
```
I did not know where to put this, but as I am a fanatic user of the Eclipse
development environment using the Baeyens Arduino plugin, I succeeded in using
this library as follows:
As I am worki…
-
```
I did not know where to put this, but as I am a fanatic user of the Eclipse
development environment using the Baeyens Arduino plugin, I succeeded in using
this library as follows:
As I am worki…
-
This looks like a stunning replacement for the clunky Arduino. Unfortunately I cant seem to get it working.
OS Windows 7 home Premium 64 Bit
Brackets 1.3.0-16022
CuWi…
-
Hi,
I installed ino on Arch Linux, with avr-gcc 4.9.0
I'm trying to compile a simple sketch:
```
#include
SoftwareSerial mySerial(6, 7);
void setup() {
mySerial.begin(9600);
}
void loop(){
}
`…
-
Hi.
I was about to give a try to the SparkPlugB library, but stumbled into inability to compile even the example of BasicTag. It says it's compatible with any AVR boards, but Nano, Uno and Mega ar…