stacking LCD over datalogger

Adafruit Ethernet, Motor, Proto, Wave, Datalogger, GPS Shields - etc!

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
User avatar
adafruit_support_bill
 
Posts: 88037
Joined: Sat Feb 07, 2009 10:11 am

Re: stacking LCD over datalogger

Post by adafruit_support_bill »

1602 displays are pretty slow devices. So updating one during high-speed data collection would probably require using timer interrupts to control your sampling.

Once you have captured the waveform, it should be straightforward to scan the buffer for the highest reading.

User avatar
tultalk
 
Posts: 64
Joined: Thu May 14, 2020 7:00 pm

Re: stacking LCD over datalogger

Post by tultalk »

Good point. Thanks.

Robert

Locked
Please be positive and constructive with your questions and comments.

Return to “Arduino Shields from Adafruit”