Skip to content

Commit a1b8b05

Browse files
committed
added comment
1 parent 897e135 commit a1b8b05

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/sfTk/sfDevFPC2534IComm.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ class sfDevFPC2534IComm
2727
// So add a normally no-op beginWrite and endWrite methods that can be overridden by SPI comm classes.
2828
virtual void beginWrite(void) {};
2929
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.
3033
void setISRDataAvailable(void);
3134

3235
protected:
@@ -42,4 +45,3 @@ class sfDevFPC2534IComm
4245
volatile bool _dataAvailable;
4346
bool _usingISRParam;
4447
};
45-

0 commit comments

Comments
 (0)