osPID/osPID-Firmware
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more about the CLI.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
/******************************************************** * osPID Firmware, Version 1.7 * by Brett Beauregard & Rocket Scream * License: GPLv3 & BSD License (For autotune) * 27 April 2016 ********************************************************/ NOTE: THIS FIRMWARE IS CONFIGURED FOR DIGITAL OUTPUT CARD V1.5 & TEMPERATURE INPUT CARD V1.2. IF YOU ARE USING A DIFFERENT I/O CONFIGURATION BE SURE TO UN-COMMENT THE APPROPRIATE #DEFINE STATEMENTS IN IO.H. Updates for version 1.7 -output is disabled if input is in error state for both thermistor and thermocouple Updates for version 1.6 -added support for v1.5 of the Temperature Input card (MAX31855 Thermocouple chip) Updates for version 1.5 -restructured code to allow for different IO cards -added reflow profile support -eliminated LCD flicker -error message when thermocouple is disconnected -extreme code size / RAM improvement (mainly menu and EEPRom) -consolodated the code into fewer files * osPID_Firmware.ino - Just about everything * io.h - IO card code. pre-compiler flags control which card code is used * EEPROMAnything.h - halley's amazing EEPROMWriteAnything code. * AnalogButton .cpp _local.h - ospid button-reading/debounce code * PID_AutoTune_v0 .cpp _local.h - local copy of the autotune library (to avoid conflicts with possibly pre-installed copies) * PID_v1 .ccp _local.h - local copy of the PID library * max6675 .cpp _local.h - local copy of the max6675 library, used by the input card.
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Packages 0
No packages published