Poor Man's Oscilloscope
I've always wanted to visalise what's happening on the I2C bus. I don't own a logic analyser or a 'scope but the mbed is up to the task.
This program
1. Captures samples to memory
2. Plots the results by writing out an SVG file
3. Serves up the image using the HTTP Server
Please log in to post comments.
Very cool I've always wanted an Osciliscope!