lpcmanager
Clone
Summary
Browse
Changes
Graph
Fix LPCExtension.py to conform to the new beremiz extension interface (added autoload boolean)
revamp
2018-10-04, Edouard Tisserant
5a5c481839d0
Fix LPCExtension.py to conform to the new beremiz extension interface (added autoload boolean)
#ifdef ONBOARD_I2C
if(onboardbusfd!=-1)
ioctl(onboardbusfd, RTSMT_ONBOARD_RTIOC_READ, &onBoardReadBuf);
#endif /* ONBOARD_I2C */
%(retrieve_code)s