Giter Club home page Giter Club logo

pico-scale's People

Contributors

endail avatar yanaygoor avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

pico-scale's Issues

CMakeLists.txt refers to non-existent docs directory

CMake Error at CMakeLists.txt:51 (add_subdirectory):
  add_subdirectory given source "docs" which is not an existing directory.

This only happens if doxygen is available. Removing the section entirely allows configuration to succeed.

tests/main.c freezes inside scale_zero

Checking the source, the reason is here:

while(hx711_get_value_timeout(sc->_hx, timeout, &val)) {

This while loop can never be exited because timeout is always 10 seconds on each loop. The absolute time at which the timeout ends is always 10 seconds from the point of calling the function: https://github.com/endail/hx711-pico-c/blob/main/src/hx711.c#L301 - ie inside the call.

So this while loop will keep reading until the realloc fails, at which point the pico seems to crash.

Vs code can not find hx711_noblock.pio.h

After cloning the repository using method 1. It is not possibile for me to build or run CTest. VsCode can not find the header file hx711_noblock.pio.h.
It is not in "extern/hx711-pico-c/include/hx711_noblock.pio.h" after cloning the repository

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.