An open API service indexing awesome lists of open source software.

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: about 1 month 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.

Awesome Lists containing this project

README

        




Embedded



Code Size



License: MIT



Release



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)