-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibrary.properties
More file actions
11 lines (11 loc) · 660 Bytes
/
Copy pathlibrary.properties
File metadata and controls
11 lines (11 loc) · 660 Bytes
1
2
3
4
5
6
7
8
9
10
11
name=I2C_Functions
version=3.0.1
author=Gunce Akkoyun <akkoyun@me.com>
maintainer=Gunce Akkoyun <akkoyun@me.com>
sentence=Lightweight Arduino helper library for I2C register access, command transfers, and optional mux channel control.
paragraph=I2C_Functions provides compact helpers for byte, word, buffer, and bit-level transactions on register-based I2C devices. It supports safer status-returning APIs, optional multiplexer channel selection, and integration with standard TwoWire interfaces without dynamic memory allocation.
category=Signal Input/Output
url=https://github.com/akkoyun/I2C_Functions
architectures=*
includes=I2C_Functions.h
types=Arduino