Skip to content
Snippets Groups Projects
Commit ba73da41 authored by Adrián Torres's avatar Adrián Torres
Browse files

update_processing_files

parent fd7c8a57
No related branches found
No related tags found
No related merge requests found
Pipeline #225076 passed
//Fab Academy 2021 - Fab Lab León
//Adrián Torres & Marta Verde
//Color
//Adrianino
//ATtiny1614
import processing.serial.*;
Serial myPort; // The serial port
int cycles = 0;
......
//Fab Academy 2020 - Fab Lab León
//hall effect
//Adrianino
//ATtiny1614
import processing.serial.*;
float sensorValue; //variable for the serial data
......
//Fab Academy 2020 - Fab Lab León
//Phototransistor IR
//Adrianino
//ATtiny1614
import processing.serial.*;
float sensorValue; //variable for the serial data
......
//Fab Academy 2020 - Fab Lab León
//Phototransistor
//Adrianino
//ATtiny1614
import processing.serial.*;
float sensorValue; //variable for the serial data
......
//Adrián Torres
//Fab Academy 2020
//Fab Lab León
//Fab Academy 2020 - Fab Lab León
//PIR
//Adrianino
//ATtiny1614
import processing.serial.*;
float val;
......
//Fab Academy 2021 - Fab Lab León
//Step Response
//Adrianino
//ATtiny1614
import processing.serial.*;
float sensorValue; //variable for the serial data
......
//Fab Academy 2020 - Fab Lab León
//Temperature
//Adrianino
//ATtiny1614
import processing.serial.*;
float sensorValue; //variable for the serial data
......
//Fab Academy 2020 - Fab Lab León
//Ultrasonic
//Adrianino
//ATtiny1614
import processing.serial.*;
float sensorValue; //variable for the serial data
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment