We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 897e135 commit a1b8b05Copy full SHA for a1b8b05
src/sfTk/sfDevFPC2534IComm.h
@@ -27,6 +27,9 @@ class sfDevFPC2534IComm
27
// So add a normally no-op beginWrite and endWrite methods that can be overridden by SPI comm classes.
28
virtual void beginWrite(void) {};
29
virtual void endWrite(void) {};
30
+
31
+ // public method -- for the ISR handler to set the data available flag for the specific object
32
+ // representing the IRS callback parameter.
33
void setISRDataAvailable(void);
34
35
protected:
@@ -42,4 +45,3 @@ class sfDevFPC2534IComm
42
45
volatile bool _dataAvailable;
43
46
bool _usingISRParam;
44
47
};
-
0 commit comments