Code Monkey home page Code Monkey logo

schmitttrigger's Introduction

This is my attempt to implement a Schmitt Trigger (trigger w/ hysteresis) Class Library for microcontrollers like Arduino.

Three demos are given with the library at current stage of development:

  • simpleDemo: a very simple sketch that initialize a noninverting trigger with hardcoded thresholds and calculates the output status using the signal on A0 as input; informative messages giving the input value and the output status are sent on the serial port.

  • thermostatDemo_DS18B20: a simple on-off thermostat implementation with settable setpoint and hysteresis which controls a digital output in response to temperature measured with a DS18B20 onewire temperature sensor.

  • thermostatDemo_DS18B20: a simple on-off thermostat implementation with settable setpoint and hysteresis which controls a digital output in response to temperature measured with a LM35 analog output temperature sensor.

Please note that for the development I'm using the Visual Micro plug-in w/ Visual Studio 2019 Community Edition; this explains the presence of many additional files other than that of the classic .h, .cpp and .ino

schmitttrigger's People

Contributors

fradaxx avatar

Watchers

James Cloos avatar

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.