Wirepas SDK
hal_api.h
Go to the documentation of this file.
1/* Copyright 2017 Wirepas Ltd. All Rights Reserved.
2 *
3 * See file LICENSE.txt for full license details.
4 *
5 */
6
14#ifndef HAL_API_H_
15#define HAL_API_H_
16
17#include <stdbool.h>
18
19// Access to MCU
20#include "mcu.h"
21
22// USART driver
23#include "usart.h"
24
25// Deep sleep control
26#include "ds.h"
27
28// Voltage measurements examples
29#include "voltage.h"
30
35bool HAL_Open(void);
36
37#endif /* HAL_API_H_ */
bool HAL_Open(void)
Initialize HAL.
Voltage measurement examples for various processors.