Added multiple uBASIC program objects to stm32f4xx example port. (#995)
This commit is contained in:
@@ -9,13 +9,16 @@
|
||||
#define PROGRAM_UBASIC_H
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
#include "bacnet/basic/program/ubasic/ubasic.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif /* __cplusplus */
|
||||
|
||||
void Program_UBASIC_Task(void);
|
||||
void Program_UBASIC_Init(uint32_t instance);
|
||||
void Program_UBASIC_Create(
|
||||
uint32_t instance, struct ubasic_data *data, const char *program);
|
||||
void Program_UBASIC_Init(unsigned long task_ms);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user