Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix sensor.scale test #1797

Closed
wants to merge 51 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
ba52f52
Round scaled sensor values
islemaster Mar 31, 2017
0ccbb2c
Updated examples
islemaster Mar 31, 2017
d2dc229
Merge pull request #1 from code-dot-org/round-scaled-sensor-values
islemaster Mar 31, 2017
d284f5f
Bump to -cdo.0 version under @code-dot-org namespace
islemaster Mar 31, 2017
d6896cf
Add support for CSS functional notation to Led.RGB.color
islemaster Apr 11, 2017
24f53a8
Add support for functional notation without commas
islemaster Apr 11, 2017
ada0744
Fix lint errors
islemaster Apr 11, 2017
55fd9d1
Merge pull request #2 from code-dot-org/cdo-rgb-css-functional-notation
islemaster Apr 11, 2017
b80b5c6
0.9.62-cdo.1
islemaster Apr 11, 2017
4651e95
Fix Piezo.prototype.note()
islemaster Apr 13, 2017
492cd67
Merge pull request #3 from code-dot-org/cdo-piezo-note-calls-frequency
islemaster Apr 18, 2017
8fb5dd7
0.9.62-cdo.2
islemaster Apr 18, 2017
dc2bd78
Merge tag 'v0.10.10' into upgrade-johnny-five
islemaster Apr 21, 2017
afec771
Correct bad merge
islemaster Apr 21, 2017
7f95c27
Customize package.json and README for Code.org
islemaster Apr 21, 2017
81cdb30
Merge pull request #5 from code-dot-org/upgrade-johnny-five
islemaster Apr 25, 2017
bacd276
Merge pull request #6 from code-dot-org/code-org-fork-customizations
islemaster Apr 25, 2017
599ee48
Switch to edge version in package.json so I cna properly publish cdo.0
islemaster Apr 25, 2017
e872eb7
0.10.10-cdo.0
islemaster Apr 25, 2017
3961d37
Merge tag 'v0.11.1' into merge-0.11.1
islemaster Jun 1, 2017
f3a0919
Merge pull request #8 from code-dot-org/merge-0.11.1
islemaster Jun 2, 2017
205abc4
0.11.1-cdo.0
islemaster Jun 2, 2017
d4cc1ba
Animation uses fallback timer immediately
islemaster Oct 26, 2017
bfc29b1
Merge pull request #9 from code-dot-org/immediate-fallback
islemaster Oct 27, 2017
863e922
0.11.1-cdo.1
islemaster Oct 27, 2017
f1b1a55
Add RGB.pulse method
islemaster Jan 10, 2018
2e8a074
Updated examples
islemaster Jan 10, 2018
e4d4db2
Merge pull request #10 from code-dot-org/rgb-pulse
islemaster Jan 11, 2018
153aaf6
0.11.1-cdo.2
islemaster Jan 11, 2018
02fc874
Merge branch 'main' into update-upstream
fisher-alice Sep 28, 2022
03cbeab
used code.org customizations in readme and package.json
fisher-alice Sep 28, 2022
dd51326
edits to .readme.md
fisher-alice Sep 28, 2022
1d5a02c
ran grunt examples to update README and other files
fisher-alice Sep 28, 2022
ac6dbae
Update to latest release(v2.1.0) of upstream
fisher-alice Sep 29, 2022
f853702
set fallback timeout to zero to use setInterval fallback immediately …
fisher-alice Sep 29, 2022
2cf2243
updated package version to 2.1.0-cdo.2
fisher-alice Oct 4, 2022
752b499
update to 2.1.0-cdo.0
fisher-alice Oct 5, 2022
ff81b4e
Merge pull request #14 from code-dot-org/update-version
fisher-alice Oct 5, 2022
e56beb6
Merge branch 'main' into animation-setinterval-fallback
fisher-alice Oct 7, 2022
0e9a2ec
add rgb pulse function
fisher-alice Oct 13, 2022
b32aa6e
modified tweenedValue function - keys assignment
fisher-alice Oct 13, 2022
16ad0a7
assign RGB.colors before assigning Animation.keys, updated comments, …
fisher-alice Oct 13, 2022
16d53a6
Merge pull request #13 from code-dot-org/animation-setinterval-fallback
fisher-alice Oct 14, 2022
bf1b442
removed unused variable
fisher-alice Oct 14, 2022
1e48dda
Merge pull request #15 from code-dot-org/rgb-pulse
fisher-alice Oct 14, 2022
fc5421c
updated version to 2.1.0-cdo.1
fisher-alice Oct 14, 2022
2241d8e
round scaled sensor values
fisher-alice Oct 19, 2022
385be4e
round inline
fisher-alice Oct 19, 2022
60e49f0
Merge pull request #17 from code-dot-org/round-scaled-sensor-values
fisher-alice Oct 19, 2022
aed8c66
Merge pull request #16 from code-dot-org/new-version
fisher-alice Oct 19, 2022
dc9489b
fix sensor.scale test to rounded value
fisher-alice Oct 20, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,12 @@

_Artwork by [Mike Sgier](http://msgierillustration.com)_

[![Travis Build Status](https://travis-ci.com/rwaldron/johnny-five.svg?branch=main)](https://travis-ci.com/rwaldron/johnny-five)
[![Appveyor Build Status](https://ci.appveyor.com/api/projects/status/hmke71k7uemtnami/branch/main?svg=true)](https://ci.appveyor.com/project/rwaldron/johnny-five)
[![Coverage Status](https://coveralls.io/repos/github/rwaldron/johnny-five/badge.svg?branch=main)](https://coveralls.io/github/rwaldron/johnny-five?branch=main)
[![Install Size](https://packagephobia.now.sh/badge?p=johnny-five)](https://packagephobia.now.sh/result?p=johnny-five)
[![Gitter](https://img.shields.io/gitter/room/nwjs/nw.js.svg)](https://gitter.im/rwaldron/johnny-five)

<!-- Customized for Code.org -->
[![Travis Build Status](https://travis-ci.org/code-dot-org/johnny-five.svg?branch=main)](https://travis-ci.org/code-dot-org/johnny-five)
<!-- No appveyor or gitter -->

_This is the [Code.org](https://code.org) fork of johnny-five. Please [check out the main project here!](https://github.com/rwaldron/johnny-five)_
<!-- End of Code.org customizations -->

**Johnny-Five is an Open Source, Firmata Protocol based, IoT and Robotics programming framework, developed by the [Nodebots](https://twitter.com/nodebots) Community. Johnny-Five programs can be written for Arduino (all models), Electric Imp, Beagle Bone, Intel Galileo & Edison, Linino One, Pinoccio, pcDuino3, Raspberry Pi, Particle/Spark Core & Photon, Tessel 2, TI Launchpad and more!**

Expand Down
2 changes: 1 addition & 1 deletion docs/accelerometer-LIS3DH.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ board.on("ready", () => {
## License
Copyright (c) 2012-2014 Rick Waldron <waldron.rick@gmail.com>
Licensed under the MIT license.
Copyright (c) 2015-2021 The Johnny-Five Contributors
Copyright (c) 2015-2022 The Johnny-Five Contributors
Licensed under the MIT license.

<!--remove-end-->
2 changes: 1 addition & 1 deletion docs/accelerometer-MMA8452.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ board.on("ready", () => {
## License
Copyright (c) 2012-2014 Rick Waldron <waldron.rick@gmail.com>
Licensed under the MIT license.
Copyright (c) 2015-2021 The Johnny-Five Contributors
Copyright (c) 2015-2022 The Johnny-Five Contributors
Licensed under the MIT license.

<!--remove-end-->
2 changes: 1 addition & 1 deletion docs/accelerometer-adxl335.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ board.on("ready", () => {
## License
Copyright (c) 2012-2014 Rick Waldron <waldron.rick@gmail.com>
Licensed under the MIT license.
Copyright (c) 2015-2021 The Johnny-Five Contributors
Copyright (c) 2015-2022 The Johnny-Five Contributors
Licensed under the MIT license.

<!--remove-end-->
2 changes: 1 addition & 1 deletion docs/accelerometer-adxl345.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ board.on("ready", () => {
## License
Copyright (c) 2012-2014 Rick Waldron <waldron.rick@gmail.com>
Licensed under the MIT license.
Copyright (c) 2015-2021 The Johnny-Five Contributors
Copyright (c) 2015-2022 The Johnny-Five Contributors
Licensed under the MIT license.

<!--remove-end-->
2 changes: 1 addition & 1 deletion docs/accelerometer-mma7361.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ board.on("ready", () => {
## License
Copyright (c) 2012-2014 Rick Waldron <waldron.rick@gmail.com>
Licensed under the MIT license.
Copyright (c) 2015-2021 The Johnny-Five Contributors
Copyright (c) 2015-2022 The Johnny-Five Contributors
Licensed under the MIT license.

<!--remove-end-->
2 changes: 1 addition & 1 deletion docs/accelerometer-mpu6050.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ board.on("ready", () => {
## License
Copyright (c) 2012-2014 Rick Waldron <waldron.rick@gmail.com>
Licensed under the MIT license.
Copyright (c) 2015-2021 The Johnny-Five Contributors
Copyright (c) 2015-2022 The Johnny-Five Contributors
Licensed under the MIT license.

<!--remove-end-->
2 changes: 1 addition & 1 deletion docs/accelerometer-pan-tilt.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ board.on("ready", () => {
## License
Copyright (c) 2012-2014 Rick Waldron <waldron.rick@gmail.com>
Licensed under the MIT license.
Copyright (c) 2015-2021 The Johnny-Five Contributors
Copyright (c) 2015-2022 The Johnny-Five Contributors
Licensed under the MIT license.

<!--remove-end-->
2 changes: 1 addition & 1 deletion docs/accelerometer.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ board.on("ready", () => {
## License
Copyright (c) 2012-2014 Rick Waldron <waldron.rick@gmail.com>
Licensed under the MIT license.
Copyright (c) 2015-2021 The Johnny-Five Contributors
Copyright (c) 2015-2022 The Johnny-Five Contributors
Licensed under the MIT license.

<!--remove-end-->
2 changes: 1 addition & 1 deletion docs/altimeter-BMP085.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ Fritzing diagram: [docs/breadboard/multi-bmp085.fzz](breadboard/multi-bmp085.fzz
## License
Copyright (c) 2012-2014 Rick Waldron <waldron.rick@gmail.com>
Licensed under the MIT license.
Copyright (c) 2015-2021 The Johnny-Five Contributors
Copyright (c) 2015-2022 The Johnny-Five Contributors
Licensed under the MIT license.

<!--remove-end-->
2 changes: 1 addition & 1 deletion docs/altimeter-BMP180.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ Fritzing diagram: [docs/breadboard/multi-bmp180.fzz](breadboard/multi-bmp180.fzz
## License
Copyright (c) 2012-2014 Rick Waldron <waldron.rick@gmail.com>
Licensed under the MIT license.
Copyright (c) 2015-2021 The Johnny-Five Contributors
Copyright (c) 2015-2022 The Johnny-Five Contributors
Licensed under the MIT license.

<!--remove-end-->
2 changes: 1 addition & 1 deletion docs/altimeter-MS5611.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ board.on("ready", () => {
## License
Copyright (c) 2012-2014 Rick Waldron <waldron.rick@gmail.com>
Licensed under the MIT license.
Copyright (c) 2015-2021 The Johnny-Five Contributors
Copyright (c) 2015-2022 The Johnny-Five Contributors
Licensed under the MIT license.

<!--remove-end-->
2 changes: 1 addition & 1 deletion docs/altimeter-mpl3115a2.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ board.on("ready", () => {
## License
Copyright (c) 2012-2014 Rick Waldron <waldron.rick@gmail.com>
Licensed under the MIT license.
Copyright (c) 2015-2021 The Johnny-Five Contributors
Copyright (c) 2015-2022 The Johnny-Five Contributors
Licensed under the MIT license.

<!--remove-end-->
2 changes: 1 addition & 1 deletion docs/barometer-BMP085.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Fritzing diagram: [docs/breadboard/multi-bmp085.fzz](breadboard/multi-bmp085.fzz
## License
Copyright (c) 2012-2014 Rick Waldron <waldron.rick@gmail.com>
Licensed under the MIT license.
Copyright (c) 2015-2021 The Johnny-Five Contributors
Copyright (c) 2015-2022 The Johnny-Five Contributors
Licensed under the MIT license.

<!--remove-end-->
2 changes: 1 addition & 1 deletion docs/barometer-BMP180.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Fritzing diagram: [docs/breadboard/multi-bmp180.fzz](breadboard/multi-bmp180.fzz
## License
Copyright (c) 2012-2014 Rick Waldron <waldron.rick@gmail.com>
Licensed under the MIT license.
Copyright (c) 2015-2021 The Johnny-Five Contributors
Copyright (c) 2015-2022 The Johnny-Five Contributors
Licensed under the MIT license.

<!--remove-end-->
2 changes: 1 addition & 1 deletion docs/barometer-MS5611.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ board.on("ready", () => {
## License
Copyright (c) 2012-2014 Rick Waldron <waldron.rick@gmail.com>
Licensed under the MIT license.
Copyright (c) 2015-2021 The Johnny-Five Contributors
Copyright (c) 2015-2022 The Johnny-Five Contributors
Licensed under the MIT license.

<!--remove-end-->
2 changes: 1 addition & 1 deletion docs/barometer-mpl115a2.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ board.on("ready", () => {
## License
Copyright (c) 2012-2014 Rick Waldron <waldron.rick@gmail.com>
Licensed under the MIT license.
Copyright (c) 2015-2021 The Johnny-Five Contributors
Copyright (c) 2015-2022 The Johnny-Five Contributors
Licensed under the MIT license.

<!--remove-end-->
2 changes: 1 addition & 1 deletion docs/barometer-mpl3115a2.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ board.on("ready", () => {
## License
Copyright (c) 2012-2014 Rick Waldron <waldron.rick@gmail.com>
Licensed under the MIT license.
Copyright (c) 2015-2021 The Johnny-Five Contributors
Copyright (c) 2015-2022 The Johnny-Five Contributors
Licensed under the MIT license.

<!--remove-end-->
2 changes: 1 addition & 1 deletion docs/board-cleanup.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ board.on("ready", () => {
## License
Copyright (c) 2012-2014 Rick Waldron <waldron.rick@gmail.com>
Licensed under the MIT license.
Copyright (c) 2015-2021 The Johnny-Five Contributors
Copyright (c) 2015-2022 The Johnny-Five Contributors
Licensed under the MIT license.

<!--remove-end-->
2 changes: 1 addition & 1 deletion docs/board-multi.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ boards.on("ready", () => {
## License
Copyright (c) 2012-2014 Rick Waldron <waldron.rick@gmail.com>
Licensed under the MIT license.
Copyright (c) 2015-2021 The Johnny-Five Contributors
Copyright (c) 2015-2022 The Johnny-Five Contributors
Licensed under the MIT license.

<!--remove-end-->
2 changes: 1 addition & 1 deletion docs/board-sampling-interval.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ board.on("ready", () => {
## License
Copyright (c) 2012-2014 Rick Waldron <waldron.rick@gmail.com>
Licensed under the MIT license.
Copyright (c) 2015-2021 The Johnny-Five Contributors
Copyright (c) 2015-2022 The Johnny-Five Contributors
Licensed under the MIT license.

<!--remove-end-->
2 changes: 1 addition & 1 deletion docs/board-with-port.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ board.on("ready", () => {
## License
Copyright (c) 2012-2014 Rick Waldron <waldron.rick@gmail.com>
Licensed under the MIT license.
Copyright (c) 2015-2021 The Johnny-Five Contributors
Copyright (c) 2015-2022 The Johnny-Five Contributors
Licensed under the MIT license.

<!--remove-end-->
2 changes: 1 addition & 1 deletion docs/board.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ board.on("ready", () => {
## License
Copyright (c) 2012-2014 Rick Waldron <waldron.rick@gmail.com>
Licensed under the MIT license.
Copyright (c) 2015-2021 The Johnny-Five Contributors
Copyright (c) 2015-2022 The Johnny-Five Contributors
Licensed under the MIT license.

<!--remove-end-->
2 changes: 1 addition & 1 deletion docs/brat.md
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,7 @@ Example control of biped robot
## License
Copyright (c) 2012-2014 Rick Waldron <waldron.rick@gmail.com>
Licensed under the MIT license.
Copyright (c) 2015-2021 The Johnny-Five Contributors
Copyright (c) 2015-2022 The Johnny-Five Contributors
Licensed under the MIT license.

<!--remove-end-->
2 changes: 1 addition & 1 deletion docs/bug.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ five.Board().on("ready", function() {
## License
Copyright (c) 2012-2014 Rick Waldron <waldron.rick@gmail.com>
Licensed under the MIT license.
Copyright (c) 2015-2021 The Johnny-Five Contributors
Copyright (c) 2015-2022 The Johnny-Five Contributors
Licensed under the MIT license.

<!--remove-end-->
2 changes: 1 addition & 1 deletion docs/button-EVS_EV3.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ board.on("ready", function() {
## License
Copyright (c) 2012-2014 Rick Waldron <waldron.rick@gmail.com>
Licensed under the MIT license.
Copyright (c) 2015-2021 The Johnny-Five Contributors
Copyright (c) 2015-2022 The Johnny-Five Contributors
Licensed under the MIT license.

<!--remove-end-->
2 changes: 1 addition & 1 deletion docs/button-EVS_NXT.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ board.on("ready", function() {
## License
Copyright (c) 2012-2014 Rick Waldron <waldron.rick@gmail.com>
Licensed under the MIT license.
Copyright (c) 2015-2021 The Johnny-Five Contributors
Copyright (c) 2015-2022 The Johnny-Five Contributors
Licensed under the MIT license.

<!--remove-end-->
2 changes: 1 addition & 1 deletion docs/button-bumper.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ five.Board().on("ready", function() {
## License
Copyright (c) 2012-2014 Rick Waldron <waldron.rick@gmail.com>
Licensed under the MIT license.
Copyright (c) 2015-2021 The Johnny-Five Contributors
Copyright (c) 2015-2022 The Johnny-Five Contributors
Licensed under the MIT license.

<!--remove-end-->
2 changes: 1 addition & 1 deletion docs/button-collection-AT42QT1070.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ board.on("ready", function() {
## License
Copyright (c) 2012-2014 Rick Waldron <waldron.rick@gmail.com>
Licensed under the MIT license.
Copyright (c) 2015-2021 The Johnny-Five Contributors
Copyright (c) 2015-2022 The Johnny-Five Contributors
Licensed under the MIT license.

<!--remove-end-->
2 changes: 1 addition & 1 deletion docs/button-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ board.on("ready", function() {
## License
Copyright (c) 2012-2014 Rick Waldron <waldron.rick@gmail.com>
Licensed under the MIT license.
Copyright (c) 2015-2021 The Johnny-Five Contributors
Copyright (c) 2015-2022 The Johnny-Five Contributors
Licensed under the MIT license.

<!--remove-end-->
2 changes: 1 addition & 1 deletion docs/button-pullup.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ five.Board().on("ready", function() {
## License
Copyright (c) 2012-2014 Rick Waldron <waldron.rick@gmail.com>
Licensed under the MIT license.
Copyright (c) 2015-2021 The Johnny-Five Contributors
Copyright (c) 2015-2022 The Johnny-Five Contributors
Licensed under the MIT license.

<!--remove-end-->
2 changes: 1 addition & 1 deletion docs/button.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ board.on("ready", function() {
## License
Copyright (c) 2012-2014 Rick Waldron <waldron.rick@gmail.com>
Licensed under the MIT license.
Copyright (c) 2015-2021 The Johnny-Five Contributors
Copyright (c) 2015-2022 The Johnny-Five Contributors
Licensed under the MIT license.

<!--remove-end-->
2 changes: 1 addition & 1 deletion docs/classic-controller.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ board.on("ready", function() {
## License
Copyright (c) 2012-2014 Rick Waldron <waldron.rick@gmail.com>
Licensed under the MIT license.
Copyright (c) 2015-2021 The Johnny-Five Contributors
Copyright (c) 2015-2022 The Johnny-Five Contributors
Licensed under the MIT license.

<!--remove-end-->
2 changes: 1 addition & 1 deletion docs/claw.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ board.on("ready", function() {
## License
Copyright (c) 2012-2014 Rick Waldron <waldron.rick@gmail.com>
Licensed under the MIT license.
Copyright (c) 2015-2021 The Johnny-Five Contributors
Copyright (c) 2015-2022 The Johnny-Five Contributors
Licensed under the MIT license.

<!--remove-end-->
2 changes: 1 addition & 1 deletion docs/color-EVS_EV3.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ board.on("ready", () => {
## License
Copyright (c) 2012-2014 Rick Waldron <waldron.rick@gmail.com>
Licensed under the MIT license.
Copyright (c) 2015-2021 The Johnny-Five Contributors
Copyright (c) 2015-2022 The Johnny-Five Contributors
Licensed under the MIT license.

<!--remove-end-->
2 changes: 1 addition & 1 deletion docs/color-EVS_NXT.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ board.on("ready", () => {
## License
Copyright (c) 2012-2014 Rick Waldron <waldron.rick@gmail.com>
Licensed under the MIT license.
Copyright (c) 2015-2021 The Johnny-Five Contributors
Copyright (c) 2015-2022 The Johnny-Five Contributors
Licensed under the MIT license.

<!--remove-end-->
2 changes: 1 addition & 1 deletion docs/color-ISL29125.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ board.on("ready", () => {
## License
Copyright (c) 2012-2014 Rick Waldron <waldron.rick@gmail.com>
Licensed under the MIT license.
Copyright (c) 2015-2021 The Johnny-Five Contributors
Copyright (c) 2015-2022 The Johnny-Five Contributors
Licensed under the MIT license.

<!--remove-end-->
2 changes: 1 addition & 1 deletion docs/color-raw-EVS_EV3.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ board.on("ready", () => {
## License
Copyright (c) 2012-2014 Rick Waldron <waldron.rick@gmail.com>
Licensed under the MIT license.
Copyright (c) 2015-2021 The Johnny-Five Contributors
Copyright (c) 2015-2022 The Johnny-Five Contributors
Licensed under the MIT license.

<!--remove-end-->
2 changes: 1 addition & 1 deletion docs/compass-MAG3110-tessel.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ board.on("ready", () => {
## License
Copyright (c) 2012-2014 Rick Waldron <waldron.rick@gmail.com>
Licensed under the MIT license.
Copyright (c) 2015-2021 The Johnny-Five Contributors
Copyright (c) 2015-2022 The Johnny-Five Contributors
Licensed under the MIT license.

<!--remove-end-->
2 changes: 1 addition & 1 deletion docs/compass-MAG3110.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ board.on("ready", () => {
## License
Copyright (c) 2012-2014 Rick Waldron <waldron.rick@gmail.com>
Licensed under the MIT license.
Copyright (c) 2015-2021 The Johnny-Five Contributors
Copyright (c) 2015-2022 The Johnny-Five Contributors
Licensed under the MIT license.

<!--remove-end-->
2 changes: 1 addition & 1 deletion docs/compass-hmc5883l.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ board.on("ready", () => {
## License
Copyright (c) 2012-2014 Rick Waldron <waldron.rick@gmail.com>
Licensed under the MIT license.
Copyright (c) 2015-2021 The Johnny-Five Contributors
Copyright (c) 2015-2022 The Johnny-Five Contributors
Licensed under the MIT license.

<!--remove-end-->
2 changes: 1 addition & 1 deletion docs/compass-hmc6352.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ board.on("ready", () => {
## License
Copyright (c) 2012-2014 Rick Waldron <waldron.rick@gmail.com>
Licensed under the MIT license.
Copyright (c) 2015-2021 The Johnny-Five Contributors
Copyright (c) 2015-2022 The Johnny-Five Contributors
Licensed under the MIT license.

<!--remove-end-->
2 changes: 1 addition & 1 deletion docs/custom-properties.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ board.on("ready", () => {
## License
Copyright (c) 2012-2014 Rick Waldron <waldron.rick@gmail.com>
Licensed under the MIT license.
Copyright (c) 2015-2021 The Johnny-Five Contributors
Copyright (c) 2015-2022 The Johnny-Five Contributors
Licensed under the MIT license.

<!--remove-end-->
Loading