/DC40175

A Arduino library for the DC40175 decimal counter

MIT LicenseMIT

DC40175 Decade Counter

A Arduino library for the DC40175 decimal counter

based on work by Leonel Machava
http://codentronix.com
http://codentronix.com/2011/06/05/arduino-led-bar-graph-driven-by-a-4017-counter/
http://codentronix.com/2011/06/05/arduino-led-bar-graph-with-a-4017-counter-and-potentiometer/

###Pin Functions CD4017B

  • PIN 16 - V DC
  • PIN 15 - RESET
  • PIN 14 - CLOCK
  • PIN 13 - CLOCK INHIBIT (STOP COUNTING)
  • PIN 12 - CARRY OUT (INDICATE DECIMAL)
  • PIN 11 - 9
  • PIN 10 - 4
  • PIN 09 - 8
  • PIN 08 - GND
  • PIN 07 - 3
  • PIN 06 - 7
  • PIN 05 - 6
  • PIN 04 - 2
  • PIN 03 - 0
  • PIN 02 - 1
  • PIN 01 - 5

The MIT License (MIT)

Copyright (c) 2013 fabiantheblind

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.