25 lines
1.3 KiB
C
25 lines
1.3 KiB
C
/////////////////////////////////////////////////////////////////////
|
|
// //
|
|
// file: aProtocoldefs.h //
|
|
// //
|
|
/////////////////////////////////////////////////////////////////////
|
|
// //
|
|
// description: Defines used for Brainstem communications. //
|
|
// //
|
|
// //
|
|
/////////////////////////////////////////////////////////////////////
|
|
// //
|
|
// Copyright (c) 2025 Acroname Inc. - All Rights Reserved //
|
|
// //
|
|
// This file is part of the BrainStem release. See the license.txt //
|
|
// file included with this package or go to //
|
|
// https://acroname.com/software/brainstem-development-kit //
|
|
// for full license details. //
|
|
/////////////////////////////////////////////////////////////////////
|
|
|
|
#ifndef _aProtocolDefs_H_
|
|
#define _aProtocolDefs_H_
|
|
|
|
#include "autoGen_aProtocoldefs.h"
|
|
|
|
#endif //_aProtocolDefs_H_
|