C++ library to send/receive wireless Zigbee messages to/from a Silicon Labs-based transceiver using the EZSP protocol.
BSD 3-Clause "New" or "Revised" License
16
stars
7
forks
source link
Check selected SPI in builders at compilation time #47
Closed
lionelains closed 4 years ago
On many builders, one and exactly one built-in (compiled) SPI is used during create(). A preprocessor directive should check that there is one and exactly one SPI during compilation. This has been, for example, already be implemented in https://github.com/Legrandgroup/libezsp/blob/281d3d418c0d68ed200edaf34a5c6905b0d51762/src/spi/TimerBuilder.cpp#L8-L23