[hal] Initial CAN implementation for SystemCore (#7514)

This commit is contained in:
Thad House
2024-12-08 12:01:28 -08:00
committed by GitHub
parent 220f4e1ba4
commit 41d4826694
6 changed files with 275 additions and 14 deletions

View File

@@ -0,0 +1,9 @@
// Copyright (c) FIRST and other WPILib contributors.
// Open Source Software; you can modify and/or share it under the terms of
// the WPILib BSD license file in the root directory of this project.
#pragma once
namespace hal {
bool InitializeCanBuses();
} // namespace hal