This commit is contained in:
2026-04-14 14:16:11 +02:00
parent 899c8cffbc
commit 8171cab9cb
5 changed files with 14 additions and 30 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ inline float adcReadChannel(ADS1256 *adc, const uint8_t ch)
{
adc->setMUX(ch);
// scarta 3 conversioni
for (int i = 0; i < 3; i++)
for (int i = 0; i < 5; i++)
{
adc->readSingle();
}