Bridle API 4.4.99
A Zephyr based application framework
Loading...
Searching...
No Matches
grove-connector.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: Copyright (c) 2023-2026 TiaC Systems
3 * SPDX-License-Identifier: Apache-2.0
4 */
5
11
12#ifndef ZEPHYR_INCLUDE_DT_BINDINGS_GPIO_GROVE_CONNECTOR_H_
13#define ZEPHYR_INCLUDE_DT_BINDINGS_GPIO_GROVE_CONNECTOR_H_
14
21
22#define GROVE_A0 0
23#define GROVE_A1 1
24
25#define GROVE_D0 0
26#define GROVE_D1 1
27
28#define GROVE_RX 0
29#define GROVE_TX 1
30
31#define GROVE_SCL 0
32#define GROVE_SDA 1
33
34#define GROVE_SCK 0
35#define GROVE_MISO 1
36#define GROVE_MOSI 2
37#define GROVE_SS 3
38
40
41#endif /* ZEPHYR_INCLUDE_DT_BINDINGS_GPIO_GROVE_CONNECTOR_H_ */