gandalf15 / HX711

Read HX711 ADC for Weigh Scales on Rasperry PIs.
BSD 3-Clause "New" or "Revised" License
113 stars 81 forks source link

Write Python 3 wrapper around the C code #19

Open gandalf15 opened 5 years ago

gandalf15 commented 5 years ago

Implementation in Python is too slow. Especially for Raspberry Pi Zero. Therefore, it would be good idea to use the C code and write only a wrapper in python code. It needs to have the same methods as Python implementation. It should be interchangeable with the pure python implementation.