Added uBASIC-Plus program object example to STM32F4xx. (#967)
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
/**
|
||||
* @file
|
||||
* @brief uBASIC-Plus program object for BACnet
|
||||
* @author Steve Karg
|
||||
* @date 2025
|
||||
* @copyright SPDX-License-Identifier: MIT
|
||||
*/
|
||||
#ifndef PROGRAM_UBASIC_H
|
||||
#define PROGRAM_UBASIC_H
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif /* __cplusplus */
|
||||
|
||||
void Program_UBASIC_Task(void);
|
||||
void Program_UBASIC_Init(uint32_t instance);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif /* __cplusplus */
|
||||
#endif
|
||||
Reference in New Issue
Block a user