Skip to content

HeinrichAD/Arduino-PinOverview

Repository files navigation

Arduino Pin Overview

Little Sketch which outputs the current values of all pins.

Table of Contents

Intension

I wanted to monitor the pins of the AAR-04 AREXX ARDUINO ROBOT which I lent me out.

Every X seconds the values should be refreshed. For this I intentional refresh the hole table. Not nice but should work was what I thought. Unfortunately, the buffer was not big enough and not the hole table was printed. The result was that I only print the table structure and update only the values. To realize this, I wrote a little library (for more see Requirements). Due to this lirary I am able to set the courser to the right place and override the old values.

Requirements

For this project you will need the following library:

Furthermore you will not be able to use the Arduino IDE serial monitor. I recommend PuTTY for Windows user.

Troubleshooting

For problems with terminal try to look here.

For library install problems try to look here

LICENSE

GNU General Public License v3.0
For more information see LICENSE file.

About

Arduino pin value monitoring.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Other 100.0%