https://github.com/virtualvivek/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.
https://github.com/virtualvivek/microsegment7
7-segment-display 7segments 8051-architecture 8bitmicrocontrollers arduino clanguage micro-framework microcontroller
Last synced: 8 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/virtualvivek/microsegment7
- Owner: virtualvivek
- License: mit
- Created: 2019-12-07T16:47:47.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-07-29T18:16:29.000Z (over 4 years ago)
- Last Synced: 2024-04-13T10:09:35.455Z (over 1 year ago)
- Topics: 7-segment-display, 7segments, 8051-architecture, 8bitmicrocontrollers, arduino, clanguage, micro-framework, microcontroller
- Language: C
- Homepage:
- Size: 129 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This library provides modules for 7-segment display using 8051 microcontroller to perform number counters, system callbacks, general responses, display patterns, available code for both common cathode and common anode.
# Importing the module
## for common-cathode
```c
#include
```
## for common-anode
```c
#include
```
# Documentation for `Responses`
| Response Name | Function | Displays Result |
| :------------------------------------ | :-------------------------- | :----------------------------------------------------------- |
| Hellow |
say_hellow();
|
|
| Echo | say_echo();
|
|
| On | say_on();
|
|
| Off | say_Off();
|
|
| Start | say_start();
|
|
| End | say_end();
|
|
| Pause | say_pause();
|
|
| Go | say_go();
|
|
| Up | say_up();
|
|
| Loop | say_loop();
|
|
# License
microSegment7 is licensed under `MIT license`. View [license](https://github.com/virtualvivek/microSegment7/blob/master/LICENSE).
Copyright (c) 2019-21 [**Vivek Verma**](https://github.com/virtualvivek)