KryoFlux - Disk Reading

2009-10-10

Added disk read handling interrupt.

Currently, it just stores the sampled flux change distances into a buffer, and signals the main code path to send the buffer. The main thread sends the buffer that can be seen on the PC host.

Did some test reads and the data returned is pretty much what is expected. Now it’s time to do some processing on the data to make it more compact before sending to the host, as bandwidth is obviously too low to send the data in the format as is.

After that, we will do some fine tuning of the communication and related code... and then it’s all host software only.