We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ce()
1 parent 81c315a commit 08624c0Copy full SHA for 08624c0
pyRF24/pyRF24.cpp
@@ -318,6 +318,7 @@ BOOST_PYTHON_MODULE(RF24)
318
.def("available_pipe", &available_wrap) // needed to rename this method as python does not allow such overloading
319
.def("begin", (bool(::RF24::*)(void))(&::RF24::begin))
320
.def("begin", &begin_with_pins)
321
+ .def("ce", &::RF24::ce)
322
.def("closeReadingPipe", &RF24::closeReadingPipe)
323
.def("disableCRC", &RF24::disableCRC)
324
.def("enableAckPayload", &RF24::enableAckPayload)
0 commit comments