Git Product home page Git Product logo

bcd74595's Introduction

74595 BCD library

Useful, if you want to encode a number into BCD and then output it to a shift register compatible with the shiftOut() function provided by the Arduino library.

In my case I use it to control seven segment displays by connecting the outputs of the shift registers to the inputs of 74LS247 ICs.

This library is implemented using templates to provide a fitting treatment for different numeric data types without the need for conversions.

Currently it is only possible to display numbers with up to eight digits as this is the highest possible BCD encoded number that fits into a 32 bit value.

The behaviour of the library adapts to the amount of digits that shall be displayed by using smaller data types for BCD representation if less digits are needed. This is supposed to save processing power.

bcd74595's People

Contributors

matrdr avatar

Stargazers

 avatar

Watchers

 avatar

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.