Skip to content

Limhes/HX711_driver

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HX711_driver

A HX711 driver for AVR microcontroller.

The driver is based on pin change interrupt, but you can also read data as usual, by not enabling the driver. When data are read using the interrupt handler, they are stored in a circular buffer. If the buffer is full the the oldest data are removed. When reading from this buffer (using 'read' method) the oldest data are returned first (FIFO).

About

A HX711 driver for AVR microcontroller.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 51.0%
  • C 49.0%