Arduino-Libraries icon indicating copy to clipboard operation
Arduino-Libraries copied to clipboard

Arduino Libraries

Results 11 Arduino-Libraries issues
Sort by recently updated
recently updated
newest added

Hey there, I don't seem to be getting signals with the internal clock sync. Is this a hardware and antenna placement issue? ![screen shot 2017-05-03 at 09 14 06](https://cloud.githubusercontent.com/assets/7858672/25652616/f19851c6-2fe0-11e7-9798-59f9fd0388ce.png)

Hello, Is it possible add custom memory sizes ? something like: #define EEPROMSizeATmega1280 4096 #define EEPROMSize4M 4096 #define EEPROMSize8M 8192 #define EEPROMSize16M 16384 #define EEPROMSize32M 32768

Arduino: 1.6.3 (Windows 8.1), TD: 1.23, Board: "Arduino Uno" Build options changed, rebuilding all Using library Time in folder: C:\Users\ASUS-PC\Documents\Arduino\libraries\Time Using library EEPROMex in folder: C:\Users\ASUS-PC\Documents\Arduino\libraries\EEPROMex (1.0.x format) C:\Program Files...

I tried to filter that short pulses before or after a real 100/200 mS pulse. In case of a POST-pulse i added a delay (time defined in DCF77.h as delayPost)...

Hi I am using WriteBlock () function to save a structure, everything works fine, but when I unplug the card and flip on the read data is not exactly what...

Hi, I really enjoy with your read/write templates. But when I tried to reuse your library I stuck with many restrictions: 1. I need to change "cpp" source to disable...

GitHub doesn't let you programmatically download individual files but it does let you create Releases which can be downloaded. Could you tag your latest version as a 'release' so I...

It should be possible to turn off the max allowed writes check. I suggest the unix way: when argument is zero it means 'no check'. In the code if (_allowedWrites...

Turning EEPROMex debugging off by default. Prevents conflicts with other UART devices out-of-the-box.

When setting: const int maxAllowedWrites = 1; and using the updateByte function I get the error: "Exceeded maximum number of writes". this does NOT happen if: const int maxAllowedWrites =...