some tries to get data from max1227 in externally clocked mode

This commit is contained in:
2021-05-08 22:49:21 +02:00
parent f4eb5d81ba
commit 6861cd399e
6 changed files with 31 additions and 26 deletions

View File

@ -42,6 +42,7 @@ private:
enum class CommunicationStep {
PERFORM_CONVERSIONS,
REQUEST_TEMP,
READ_TEMP
};