diff --git a/index.html b/index.html index 527c8fdca940b37b7cc97c0578698a12ce5fc147..6fa84f42688f6f803df1e0fd94f0d92338dc9546 100644 --- a/index.html +++ b/index.html @@ -27,7 +27,7 @@ This page collects ring oscillator timing tests for embedded systems (the prior <p> -The GPIO test measures how quickly pins can communicate with a processor core. Two pins are connected; a bit is output on one, read on the other, inverted in software, and the loop repeated, with the frequency of the resulting oscillation reported. Twice this frequency is the rate of reading, modifying, and writing to a pin (plus the loop overhead). +The GPIO test measures how quickly pins can communicate with a processor core; this is relevant for implementing real-time algorithms that are not supported by processor peripherals. In this, two pins are connected; a bit is output on one, read on the other, inverted in software, and the loop repeated, with the frequency of the resulting oscillation reported. Twice this frequency is the rate of reading, modifying, and writing to pins (plus the loop overhead). <center> <table border="1" style="text-align:center">