Skip to content

NightHawk-Technology/NH8CHIR-UBit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NH8CHIR

This extension allows you to interface with the ADS7828 ADC using the micro:bit.

Blocks

Initialize

Initialize the I2C device with the specified address.

Read

Read the ADC value from the specified channel.

Example Usage

NH8CHIR.initialize(I2CAddress.addr48);
let value = NH8CHIR.read(Channels.channel_0);

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published