Embedded System Design 2 - Project
|
Cable checking functionality. More...
Go to the source code of this file.
Functions | |
bool | checkCable (MeasurementData_t data) |
Method to check if the wire is broken. More... | |
Cable checking functionality.
Copyright (C) 2019 - Brecht Van Eeckhoudt
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
A copy of the GNU General Public License can be found in the LICENSE
file along with this source code.
Some methods use code obtained from examples from Silicon Labs' GitHub. These sections are licensed under the Silabs License Agreement. See the file "Silabs_License_Agreement.txt" for details. Before using this software for any purpose, you must agree to the terms of that agreement.
Definition in file cable.h.
bool checkCable | ( | MeasurementData_t | data | ) |
Method to check if the wire is broken.
[in] | data | The struct which contains the measurements to send using LoRaWAN. |
true
- Measurements have been send so the index has to be set back to zero. false
- No LoRaWAN message has been send. Definition at line 92 of file cable.c.