The easyweb example updates the web browser with values from the ADC about every several seconds or so. Is there a way to speed up the updates by tweaking the code? I'm not sure what triggers the updates, if it is a timer interrupt or just a timing loop, something else. Can someone point me in the right direction to help me speed things up?