change the main scan class so they scan only for wanted bits - UNTESTED

This commit is contained in:
Thomas Göttgens
2024-05-19 19:32:08 +02:00
parent 27bb3506d3
commit dbb254ba7a
7 changed files with 51 additions and 38 deletions

View File

@@ -2,7 +2,6 @@
#include <stddef.h>
#include <stdint.h>
bool performScanForCardKB();
class ScanI2C
{
@@ -89,6 +88,7 @@ class ScanI2C
ScanI2C();
virtual void scanPort(ScanI2C::I2CPort);
virtual void scanPort(ScanI2C::I2CPort, int *);
/*
* A bit of a hack, this tells the scanner not to tell later systems there is a screen to avoid enabling it.