Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

101 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Micro Devices Libraries


The goal of this library is to free the user from having to implement the
processing logic for each device themselves and to provide a universal API
for interacting with each device, even if they workk completely different
(for example, if you have several different temperature sensors of different
GPIOs, you don't need to remember specific informatioon about each of them -
the library will take care of it for you; after all, they all just measure
temperature)

The documentation for each library is located in the corresponding header file.


Supported devices:

	- temperature sensors
	- LCD displays
	- keyboards (a set of single buttons and encoders)


List of libraries used:
	// display:
	- LiquidCrystal_I2C

	// temperature:
	- OneWire
	- DallasTemperature

	// keyboard:
	- EncButton
	- GyverIO

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages