Skip to content

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.

License

Notifications You must be signed in to change notification settings

virtualvivek/microSegment7

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

#include<microSegment7/commonCathode/response.c>

for common-anode

#include<microSegment7/commonAnode/response.c>

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.
Copyright (c) 2019-21 Vivek Verma

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Languages