-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'import' does not name a type #20
Comments
@Teeblackgold97 |
I was having the same "error" and trouble following instructions too. Probably because I'm also a new Arduino and IDE user too. This project requires 2 programs Arduino IDE to load the 1st example sketch to the board and then use the Processing software to run the visualization sketch. |
@Teeblackgold97 |
@Teeblackgold97 |
I loaded the PulseSensorAmpd_Processing_Visualizer folder into this folder: C:\Users\STeniente.THM\Documents\Processing What next?? |
There is an error in this line of code:
import processing.serial.*; // serial library lets us talk to Arduino
Also, when I open the sketchbook it straight prompted me to new Arduino IDE window not the visualizer window.
The text was updated successfully, but these errors were encountered: