I2Cwrapper v0.5.0
Generic framework for Arduino I2C target devices
template_I2C.cpp File Reference

Template for a user module/controller library for the I2Cwrapper firmware. "xxx" represents the name of your module, e.g. "PinI2C". More...

Detailed Description

Template for a user module/controller library for the I2Cwrapper firmware. "xxx" represents the name of your module, e.g. "PinI2C".

For most modules, the core task of this file is to convert the controller's function calls into commands and parameters, send them to the target and, optionally, receive its response and return it as function result.

Author

Copyright (c) 2022 juh

License

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 2.