Skip to content

Latest commit

 

History

History
65 lines (39 loc) · 3.39 KB

File metadata and controls

65 lines (39 loc) · 3.39 KB

SparkFun How To Arduino Library

SparkFun How To Arduino Library

GitHub repository that outlines how to build a modern SpakRun Arduino Library, which includes use of the SparkFun Toolkit, and Doxygen generated documentation that is published via GitHub Pages.

GitHub License Release Release Date Documentation - build Compile Test GitHub issues

NOTE:

Details on how to setup a SparkFun Arduino Library are contained the how to sections further down in this file. This sections contains step-by-step instructions on how to create a SparkFun Arduino Library repository, including how to use the SparkFun Toolkit, and how to setup documentation generation and deployment using GitHub Actions and GitHub Pages.

Enter a description of the library here

This library allows you to:

  • Build a SparkFun Arduino Library repository - see the howto sections later in this file file for details on creating a repository.
  • Implement a GitHub Action that preforms a cross-compile check of the library
  • Uses doxygen to generate documentation for the library and publish the results to GitHub Pages

Repository Contents

  • /examples - Example sketches for the library (.ino). Run these from the Arduino IDE.
  • /src - Source files for the library (.cpp, .h).
  • /docs - configuration files for the documentation.
  • keywords.txt - Keywords from this library that will be highlighted in the Arduino IDE.
  • library.properties - General library properties for the Arduino package manager.

Documentation

Products That Use This Library

License Information

This product is open source!

This product is licensed using the MIT Open Source License