SikendeRTOS
RTOS for ARM Cortex M3+ SoCs designed and written from scratch
Interpreter.h
Go to the documentation of this file.
1
9#ifndef __Interpreter_H__
10#define __Interpreter_H__
11
12#include "tm4c123gh6pm.h"
13#include "cpu_vars.h"
14#include <stdio.h>
15#include <stdbool.h>
16#include <string.h>
17
18
19#define MAXSAMPLES 1000
20#define MAX_WORDS 20
21#define MAX_CHARS_PER_WORD 30
22
23
27void Interpreter(void);
28
29#endif // __Interpreter_H_
void Interpreter(void)
Definition: Interpreter.c:51
Register location header of TM4C123GH6PM.