Skip to content

Commit 9928f79

Browse files
authored
Made SPIClass all public
1 parent 3ec3b6c commit 9928f79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/SPI/src/SPI.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class SPISettings
4141

4242
class SPIClass
4343
{
44-
private:
44+
public:
4545
int8_t _spi_num;
4646
spi_t * _spi;
4747
bool _use_hw_ss;

0 commit comments

Comments
 (0)