Skip to content

alpha-source/clickmodules

 
 

Repository files navigation


MikroE Click Board Library

Overview

This repository contains sensor code that can be reused across multiple platforms. Generally, the code is broken down into two files (three if c++ is included):

  1. The basic sensor/driver code. Implemented in C. All I/O is performed by calling user specified functions to allow support for different platforms.

  2. A basic C header which defines constants and function prototypes

  3. Optionally, a C++ header which defines a Class that incorporates all functionality needed to interact with the sensors--including I/O functions.

Click Modules Currently Supported

Platforms Tested Against

Example code using the click module code in this repository is available at https://github.com/Avnet/clickboard_demos. Currently there are demos for:

About

C Code for MikroE Click Modules used by Avnet

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • C 99.2%
  • C++ 0.8%