Giter Site home page Giter Site logo

lcd-avr's People

Contributors

maltet avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

lcd-avr's Issues

Consider pinning `avr-hal` revision

Hey!

Just wanted to let you know that you should probably pin the version of avr-hal in Cargo.toml to a specific git revision. avr-hal is still quite early in development and newer versions might break your code so this way anyone downloading the project and trying to compile it in the future will build against the same version of avr-hal that you originally worked with.

In practical terms, this means specifying the dependency in Cargo.toml like this:

[dependencies.atmega328p-hal]
git = "https://github.com/Rahix/avr-hal.git"
rev = "7337cd76cd96f2d27701b137396d94a06d3a501d"

(7337cd76cd96 is the latest commit on master, you should probably check whether that still works for you and use an older one instead if it does not ...)

Cool project by the way! Did you think about making your lcd code available as a library by any chance? :)

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.