Giter Site home page Giter Site logo

markmegarry / veml7700-arduino-library Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 53 KB

An Arduino library for interfacing the the Vishay VEML7700 Ambient Light Sensor. Automatically adjusts gain and integration time.

License: GNU General Public License v3.0

C++ 100.00%

veml7700-arduino-library's People

Contributors

markmegarry avatar

Watchers

 avatar

veml7700-arduino-library's Issues

Infinite loops

There are several functions which depend on statements like while(1). Without additional consideration, these functions are not robust and may never exit, blocking execution of the rest of the user's program. Any function with an infinite loop should have a timeout for its infinite loop. These functions should be able to indicate a timeout error state to their calling function via their return value.

Timeout testing

The effect of infinite loop timeouts has not been tested. I'll need to create a test folder containing versions of the library with artificial delays designed to trigger the timeout in infinite loops. If timeouts work as intended, these functions should return -1.

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.