Mechatronic Zen Garden  0.1
This webpage contains documentation for the ME 507 term project: Mechatronic Zen Garden.
shares.h File Reference
#include "taskqueue.h"
#include "taskshare.h"

Go to the source code of this file.

Variables

Queue< float > xref
 Zen Garden x position data.
 
Queue< float > yref
 Zen Garden y position data.
 
Queue< uint8_t > data_NOTavail
 Array of mostly zeros with just a one at the end to signify all data has been sent.
 

Detailed Description

This file contains extern declarations of shares and queues which are used in more than one file of a demonstration project.

Source code available here: https://github.com/chstanto/Zen_Garden/blob/main/src/shares.h

Author
Aaron Tran
Cole Stanton
Date
2021-Nov-19 Original file