Microcontrollers Lab 8

< < Lab 7 Lab 9 > >

Lab 8: Proportional and Integral Control

Lab Code

Each link will take you to the GitHub source for any code associated with the circuits in this lab.

Here is how to write data to the serial plotter. The \t delimiter is a tab that differentiates between the two pieces of data being plotted.

Serial.print(pV);
Serial.print('\t');
Serial.println(sP);

Resources

Watch/read the following resources prior to attending this lab. This information will teach you how to use lab equipment and provide suggestions and technical tips for successfully completing the lab.


This lab is licensed under creative commons as CC-BY-SA-NC. For more information, visit creativecommons.org.