Skip to content

konnected-io/gdolib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gdolib

Garage door opener library for controlling security+ version 1.0 and 2.0 garage door openers for ESP32 microcontrollers.

Prerequisities:

  • ESP-IDF v4.4+

Building:

  • Setup esp-idf, see instructions here.
  • Follow the directions here to create a new project and copy the files from the examples folder in this repo into the new project folder.
  • cd into the folder, run /export.sh if necessary to setup the environment.
  • run idf.py build

At this point it should have successfully built the project and the output will be in the build folder inside the project folder. To extract the library, navigate to build/esp-idf/gdolib and copy the libgdolib.a file to another project folder where you want it to be statically linked.

Credits:

This library incorporates secplus by Clayton Smith https://github.com/argilo/secplus

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published