MAX6675_CNM (community library)
Summary
| Name | Value |
|---|---|
| Name | MAX6675_CNM |
| Version | 0.0.9 |
| Installs | |
| License | MIT |
| Author | Brian Rashap |
| Download | .tar.gz |
CNM IoT Bootcamp - Thermocouple Library Particle library for using Thermocouple
Library Read Me
This content is provided by the library maintainer and has not been validated or approved.
IoTClassroom_CNM
A Particle library for MAX6675_CNM
Welcome to your library!
The MAX6675_CNM library is designed to be used with the CNM Ingenuity IoT Bootcamp (https://deepdivecoding.com/iot). This library contains several capabilites that are all included with IoTClassroom_CNM.h
- hue.h - control of the Phillips Hue Smart Lighting in the IoT Classroom (controlled via Phillips Hue Hub)
- wemo.h - control of the Belkin Wemo Smart Outlets in the IoT Classroom (setup for 6 classroom outlets)
- IoTTImer.h - the IoTTImer class that was created earlier the course
- Button.h - a modified version of the Button class (also earlier from the course) that includes both button pressed and button clicked (i.e., not held down).
- Colors.h - a library of hex color constants to be used with neoPixel (or any other RGB needs)
Usage
See the examples folder for usage of the hue.h and wemo.h libraries
Documentation
TODO: Describe IoTClassroom_CNM
Contributing
Here's how you can make changes to this library and eventually contribute those changes back.
To get started, clone the library from GitHub to your local machine.
Change the name of the library in library.properties to something different. You can add your name at then end.
Modify the sources in
To compile an example, use particle compile examples/usage command in Particle CLI or use our Desktop IDE.
After your changes are done you can upload them with particle library upload or Upload command in the IDE. This will create a private (only visible by you) library that you can use in other projects. Do particle library add IoTClassroom_CNM_myname to add the library to a project on your machine or add the IoTClassroom_CNM_myname library to a project on the Web IDE or Desktop IDE.
At this point, you can create a GitHub pull request with your changes to the original library.
If you wish to make your library public, use particle library publish or Publish command.
LICENSE
Copyright 2023 Brian Rashap
Licensed under the MIT license
Browse Library Files