Skip to content

Data acquisition and control for pneumatic artificial muscles

Notifications You must be signed in to change notification settings

yevagorbachev/pam-test-stand

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Layout

pam-test-stand.ino:     global variables and utilties not placed in ./src/
daq.ino:                data acquisition app
src/<Library>:          library

The main .ino file is always included. The Arduino CLI concatenates all .ino files, therefore the applicatiion to be compiled is defined by an APP_<name> define directive passed into the arduino-cli invocation, and each app will have a matching #ifdef to include or omit its code.

About

Data acquisition and control for pneumatic artificial muscles

Resources

Stars

Watchers

Forks

Releases

No releases published