This repo provides a library of functions dedicated to bit fields.
It allows to manage a bit field stored on a byte thanks to macros :
- SET_BIT
- CLEAR_BIT
- TEST_BIT
It allows to manage a bit field stored on a block (as an array of bytes) thanks to :
- Set_Bit_Block
- Reset_Bit_Block
- Test_Bit_Block
- Permute_Bits
None.
This repository shall be clone within the librairies folder of the Arduino sketchbook folder.