Commit Graph

9 Commits (f3b9f41d4c0f7eac1a2f810bd53f5224ee1bf4f3)

Author SHA1 Message Date
Sascha 4860d694c3 Update .gitignore 2 years ago
Sascha 86f0a1c4ef Update .gitignore
Added fdrs_globals.h to .gitignore.
This way one can directly work in the repo and maintain personal configuration without exposing it to the public by accidentially submitting them.
If someone knows a safe way to revert a file in a repo with fully removing the previous commit, I would be glad to hear about a solutin.
2 years ago
Sascha b2423b5265 cleanup of examples folder
- copied fdrs_functions.h to the root dir.
- removed all local occurances of fdrs_sensor.h and included the global <fdrs_sensor.h> instead.
- removed all local occurances of fdrs_functions.h and included the global <fdrs_functions.h> instead.
- made inclusion of fdrs_globals.h the default instead of using the llocal definitions in the file everywhere were FDRS_xxx is defined correctly.
- Fixed the faulty calls to functions where the local defines instead of the FDRS_xxx defines were used, e.G. BAND instead of FDRS_BAND
- For easier debugging I added some variation to the sensor sketches: Humidity values are randomly choosen between 0-100. For ease of view I made the first digit of the temperature values match the Reading_ID
2 years ago
sensorsiot cc17e42d7f Update .gitignore 2 years ago
sensorsiot f9882d1466 Update .gitignore 2 years ago
sensorsiot ad04e7120f Test 2 years ago
SensorsIOT 495e88b8d4
Update .gitignore 2 years ago
sensorsiot 56f517d45e Test 2 years ago
sensorsiot 0a0d5db731 Test 2 years ago