Git Product home page Git Product logo

arduino-lelo-remote's People

Contributors

scanlime avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

arduino-lelo-remote's Issues

gcc-avr version 4.7.1 breaks libary

So, I'm sure this project is long out of mind, but since I've decided to build a copy of this remote (with a few upgrades, including an IRC-bot that forwards commands through the serial port), I figured I'd report an error.

As of gcc-avr version 4.7.1 (according to this post at least), LeloRemote.cpp no longer compiles, cmoplaining of several errors:
In file included from /usr/share/arduino/hardware/arduino/cores/arduino/Arduino.h:8:0, from /usr/share/arduino/libraries/SPI/SPI.h:15, from /home/xxx/sketchbook/libraries/LeloRemote/LeloRemote.cpp:8: /home/xxx/sketchbook/libraries/LeloRemote/LeloRemote.cpp: In member function ‘void LeloRemote::reset()’: /home/xxx/sketchbook/libraries/LeloRemote/LeloRemote.cpp:61:30: error: variable ‘init’ must be const in order to be put into read-only section by means of ‘__attribute__((progmem))’ static prog_uchar init[] PROGMEM = { ^

I'm not sure if it's the correct fix, but replacing line 61 of LeloRemote.cpp
static prog_uchar init[] PROGMEM = {
with
prog_uchar init[] PROGMEM = {
and again removing static on lines 114 and 129 allows it to compile.

Thank you for sharing a very fun project. :)

Dont receive

Hello,
I found this project, and I think that is awesome.-
I'm using Arduino Leonardo, everythink compile well but doesn't work.
I bought the RF that you post on your blog.

Can anyone help me, please?

Thanks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.