graphlines is a Processing sketch that reads lines of numerical data from a serial port and plots lines through them across time. It was created to graph readings from an MQ2 gas sensor (through an Arduino Uno) over time.
Copyright © 2019 trk9001
This sketch is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This sketch was made to interface with an Arduino-MQ2 gas sensor setup created by my best friend, Shahidi, for her Operating Systems course.