L1ikhith / TM1637-Dll

This library has TM1637 dll's to communicate between with Tiva C series(TM4C123GH6PM)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TM1637-TivaC-Dll

This library has TM1637 dll's to communicate between with Tiva C series(TM4C123GH6PM)

Introduction

Created TM1637 dll to use in different applications it has the following functions

Functions

  • TM1637Init - to initialize the port and pins
  • setBrightness - to change brightness
  • clear - to clear the display
  • showNumberDec - display decimal number
  • _delay_ms - to create delay (millisecs)

About

This library has TM1637 dll's to communicate between with Tiva C series(TM4C123GH6PM)

License:GNU General Public License v3.0


Languages

Language:C++ 95.9%Language:C 4.1%