1

Committer:
advxolltm
Date:
Mon Jun 06 16:37:12 2022 +0000
Revision:
22:fc88e265f425
Parent:
0:9c052ff8dd6a
123

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Wayne Roberts 0:9c052ff8dd6a 1
Wayne Roberts 0:9c052ff8dd6a 2 class SPIu : public SPI
Wayne Roberts 0:9c052ff8dd6a 3 {
Wayne Roberts 0:9c052ff8dd6a 4 public:
Wayne Roberts 0:9c052ff8dd6a 5 SPIu(PinName mosi, PinName miso, PinName sclk, PinName ssel=NC);
Wayne Roberts 0:9c052ff8dd6a 6 virtual void lock(void);
Wayne Roberts 0:9c052ff8dd6a 7 virtual void unlock(void);
Wayne Roberts 0:9c052ff8dd6a 8 };