MicroSegment7
This library provides modules for 7-segment display using 8051 microcontroller to perform system callbacks, text patterns, available code for both common cathode and common anode.
Install / Use
/learn @virtualvivek/MicroSegment7README
Importing the module
for common-cathode
#include<microSegment7/commonCathode/response.c>
for common-anode
#include<microSegment7/commonAnode/response.c>
Documentation for Responses
| Response Name | Function | Displays Result | | :------------------------------------ | :-------------------------- | :----------------------------------------------------------- | | Hellow | <pre>say_hellow();</pre> | <img src="preview/say_hellow.PNG" height="40" /> | | Echo | <pre>say_echo();</pre> | <img src="preview/say_echo.PNG" height="40" /> | | On | <pre>say_on();</pre> | <img src="preview/say_on.PNG" height="40" /> | | Off | <pre>say_Off();</pre> | <img src="preview/say_off.PNG" height="40" /> | | Start | <pre>say_start();</pre> | <img src="preview/say_start.PNG" height="40" /> | | End | <pre>say_end();</pre> | <img src="preview/say_end.PNG" height="40" /> | | Pause | <pre>say_pause();</pre> | <img src="preview/say_pause.PNG" height="40" /> | | Go | <pre>say_go();</pre> | <img src="preview/say_go.PNG" height="40" /> | | Up | <pre>say_up();</pre> | <img src="preview/say_up.PNG" height="40" /> | | Loop | <pre>say_loop();</pre> | <img src="preview/say_loop.PNG" height="40" /> |
License
microSegment7 is licensed under MIT license. View license.<br>
Copyright (c) 2019-21 Vivek Verma
