Skip to content

Instantly share code, notes, and snippets.

@takanotaiga
takanotaiga / gm6020.cpp
Last active September 7, 2023 15:32
mbed with gm6020
/*
* Copyright (c) 2017-2020 Arm Limited and affiliates.
* SPDX-License-Identifier: Apache-2.0
*/
#include "InterfaceCAN.h"
#include "PinNames.h"
#include <cstdint>
#if !DEVICE_CAN
#error [NOT_SUPPORTED] CAN not supported for this target