Giter Club home page Giter Club logo

cbuslib's Introduction

CBUSlib

C library files for CBUS Introduction

These files form an 'empty' CBUS module. It will conform to the CBUS specification but provides no module specific functionality.

The files are not strictly a library but a set of source files which are added to the application code to build the firmware for a module.

Requirements

The files currently support:

  • MPLAB-X
  • XC8 compiler
  • PIC18F25K80

Usage

To use these files clone this repo into your local git directory. Create a new project within MPLAB-X selecting:

  • Standalone Microchip project
  • Advanced 8-bit MCUs, PIC18F25K80
  • PICkit3
  • XC8 toolchain
  • Specify your project name
  • Select the Source folder, right click and select "Add Existing Items from Folders". Select CBUSlib in your git folder and ensure .c file type is selected.
  • Select the Header folder, right click and select "Add Existing Items from Folders". Select CBUSlib in your git folder and ensure .h file type is selected.
  • Rename myModule.c to a sensible name for your module.
  • edit module.h with your module specifc details.

Release Notes

Currently The BlinkLED does not flash the LED when processing a CBUS message.

cbuslib's People

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.