Skip to content
This repository has been archived by the owner on Feb 24, 2023. It is now read-only.

hlavrencic/ozzilloscope

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ozzilloscope

Just send numeric values to your serial PC port and it will draw all for you!

Oscilloscope

Arduino Example

#include  "Arduino.h"
void  setup(){
	pinMode(5, INPUT);
	Serial.begin(230400);
}
void  loop(){
	Serial.println(analogRead(5));
}

Downloads

Releases

No releases published

Packages

No packages published