-
Hi,
When I upload my code in dfu USB with Hoodloader2 16u2, I can access with code to the led but not the input (like button, for exemple INPUT 2). Not sure how to use the library, do I need to use s…
-
What kind of issue is this?
- [X] Question. This issue tracker is not the place for questions. If you want to ask how to do
something, or to understand why something isn't working the way yo…
-
I just tried to use the MegaCore in http://eclipse.baeyens.it/ but it seems that either the respective Eclipse plugin just sucks or there is some incompatibility/problem with the MegaCore.
At first i…
-
Hello
I've been looking through the repo looking for something similar to arduino RTCTimer or RTCZero libraries, is there a way that I can use similar libraries or functions? I would like to set u…
-
Hey there.
There can be a problem with the size of integertypes.
As Compiler you can take gcc or clang. You should add the compilerflag -Wextra to your Makefile.
File: webserver.c, Line 164 and…
-
Why Can module contains only one speed-constant? Lines 251 and 253 in scr/module_drivers/class_can.c (for 1 Mbit and 250 Kbit speeds) are commented. Are there any serious reasons for this?
Regards,…
-
First line is bleeding : "The microcontroller on the Arduino board has EEPROM" . Maybe it should replaced by "The AVR microcontrollers on Arduino boards have EEPROM (ARM-based, as Zero or Due, haven't…
-
Hello!
I am struggeling to use this library with my 86Duino which is Arduino IDE compatible but does obviously not have the registers of the standard ATmega series as it's an i586 based architecture.…
-
This is a cool idea... I'd love to see a fully working ts2c compiler.
Have you had a look at Haxe at all? The Haxe compiler can compile Haxe code to pretty stable C code and works well. The syntax fo…
-
During the writing of the bootloader, IDE 1.5.x look for e_fuse setting for the ATmega8 (ArduinoNG board)
But the ATmega8 do not have the e_fuse, so it is normal that there isn't
[code]Arduino: 1.5.…