Skip to content

Commit 552a297

Browse files
committed
fixed some header issues and added contributors
1 parent a4541b6 commit 552a297

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

examples/advanced_multivariable/src/main.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ void setup() {
6262
Serial.println("\n== Sensor test setup ==\n");
6363
Serial.println("-->[SETUP] Detecting sensors..");
6464

65-
sensors.setSampleTime(10); // config sensors sample time interval
65+
sensors.setSampleTime(10); // config sensors sample time interval
6666
sensors.setOnDataCallBack(&onSensorDataOk); // all data read callback
67-
sensors.setDebugMode(true); // [optional] debug mode
67+
sensors.setDebugMode(true); // [optional] debug mode
6868
sensors.detectI2COnly(false); // disable force to only i2c sensors
6969
sensors.init(); // Auto detection to UART and i2c sensors
7070
delay(1000);

examples/radiation_CAJOE/radiation_CAJOE.cpp

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @file main.cpp
3-
* @author Antonio Vanegas @hpsaturn
4-
* @date June 2018 - 2022
3+
* @authors @roberbike @iw2lsi @hpsaturn
4+
* @date June 2018 - 2023
55
* @brief Radiation sensor example
66
* @license GPL3
77
*
@@ -11,6 +11,10 @@
1111
* Full implementation for WiFi and Bluetooth Air Quality fixed and mobile station:
1212
* https://github.com/kike-canaries/canairio_firmware#canairio-firmware
1313
*
14+
* Main pull requests and discussions:
15+
* https://github.com/kike-canaries/canairio_sensorlib/pull/144
16+
* https://github.com/kike-canaries/canairio_firmware/pull/226
17+
*
1418
* CanAirIO project:
1519
* https://canair.io
1620
*

0 commit comments

Comments
 (0)