Skip to content

SanteyneEmbeddedSystems/Bit_Field

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bit_Field

This repo provides a library of functions dedicated to bit fields.

Content

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

Dependencies

None.

Use

With the Arduino IDE

This repository shall be clone within the librairies folder of the Arduino sketchbook folder.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages