WPILibC++ 2026.2.2
Loading...
Searching...
No Matches
I2CTypes.h
Go to the documentation of this file.
1// Copyright (c) FIRST and other WPILib contributors.
2// Open Source Software; you can modify and/or share it under the terms of
3// the WPILib BSD license file in the root directory of this project.
4
5#pragma once
6
7#include <stdint.h>
8
9#include "hal/Types.h"
10
11/**
12 * @defgroup hal_i2c I2C Functions
13 * @ingroup hal_capi
14 * @{
15 */
16
22/** @} */
HAL_I2CPort
Definition I2CTypes.h:17
@ HAL_I2C_kMXP
Definition I2CTypes.h:20
@ HAL_I2C_kInvalid
Definition I2CTypes.h:18
@ HAL_I2C_kOnboard
Definition I2CTypes.h:19
#define HAL_ENUM(name)
Definition Types.h:76