Astarte device API for Zephyr 0.7.2
Astarte device SDK for Zephyr RTOS
Loading...
Searching...
No Matches
astarte.h
Go to the documentation of this file.
1/*
2 * (C) Copyright 2024, SECO Mind Srl
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7#ifndef ASTARTE_DEVICE_SDK_ASTARTE_H
8#define ASTARTE_DEVICE_SDK_ASTARTE_H
9
15#include <stdbool.h>
16#include <stddef.h>
17#include <stdint.h>
18
20#define ASTARTE_DEVICE_SDK_MAJOR 0
22#define ASTARTE_DEVICE_SDK_MINOR 7
24#define ASTARTE_DEVICE_SDK_PATCH 2
25
26#endif // ASTARTE_DEVICE_SDK_ASTARTE_H