mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
12 lines
425 B
INI
12 lines
425 B
INI
name=integer24
|
|
version=0.1.2
|
|
author=Rob Tillaart <rob.tillaart@gmail.com>
|
|
maintainer=Rob Tillaart <rob.tillaart@gmail.com>
|
|
sentence=integer24 types uint24_t and int24_t for Arduino.
|
|
paragraph=AVR does implement a 3 byte version, however cannot print without casting. Other platforms use a typedef of 32 bit.
|
|
category=Data Processing
|
|
url=https://github.com/RobTillaart/integer24
|
|
architectures=*
|
|
includes=integer24.h
|
|
depends=
|