Master Thesis
V1.0
Research and Design of Sensor Node for NMSD Treatment
|
Handy functions. More...
#include "stdint.h"
#include "stdbool.h"
Go to the source code of this file.
Functions | |
bool | Check_Equal (uint8_t *arr1, uint8_t *arr2, uint8_t length) |
Check if two arrays are equal. More... | |
void | blink (uint8_t times) |
Function to blink LED on sensor node. More... | |
void blink | ( | uint8_t | times | ) |
bool Check_Equal | ( | uint8_t * | arr1, |
uint8_t * | arr2, | ||
uint8_t | length | ||
) |