Git Product home page Git Product logo

avr_can's Introduction

avr_can

Object oriented canbus library for Atmel AVR CPUs used with the Arduino IDE.

https://github.com/thomasonw/avr_can

This library supports the built in CAN hardware in some Atmet AVR chips. It was ported from the existing due_can library and follows those APIs. In this way applications within the Arduino IDE can be more universally written changing only the underlying library.

Example CPU chips which are supported include:

  • ATmega16M1, ATmega32M1, ATmega64M1
  • ATmega32C1, ATmega64C1
  • AT90CAN32, AT90CAN64, AT90CAN128

Note: To date only limited testing has been performed using the ATmega64M1 controller.

Reference: This is a porting of the CAN_DUE library at: https://github.com/collin80/due_can

=============================================

NOTE: The current version of this lib has been made generic by removing all Arduino specific code. As a result, this lib no longer manages the Transceiver Enable/Stby port, you will need to do that directly (if used).

A snap-shot of the Arduino version with the Enable/stby pin support may be found under the RELEASED tab.

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.