PropWare  3.0.0.229
C++ objects and CMake build system for Parallax Propeller
BufferedUART_Demo.h
Go to the documentation of this file.
1 
26 #pragma once
27 
29 #define STACK_SIZE 64
30 
32 
33 typedef struct {
34  unsigned int stack[STACK_SIZE];
35  volatile CharQueue *queue;
charqueue.h
PropWare::CharQueue
Provide a communication buffer for character data between cogs.
Definition: charqueue.h:46
BufferedUARTMailbox
Definition: BufferedUART_Demo.h:33