aboutsummaryrefslogtreecommitdiff
path: root/simplemotion.c
AgeCommit message (Collapse)Author
2017-05-29Merge branch 'feature/device-deployment-library' into developTero Kontkanen
# Conflicts: # SimpleMotionV2.pri - fixed
2017-04-11Fix wrong handles being passed to smBDRead in simplemotion.cfix-typesOskari Timperi
smReceiveErrorHandler and smReceiveReturnPacket passed the smbus handle to smBDRead while smBDRead expects the smbusdevicehandle. This also corrects the type of SM_BUS.bdHandle from smint8 to smbusdevicehandle.
2017-04-07Switch using stdint.h typesfeature/device-deployment-libraryTero Kontkanen
2017-02-23Fix rest of the compiler warningsTero Kontkanen
2017-02-23Got rid of various compiler warningsTero Kontkanen
2017-02-08Changed license to Apache license 2.0Tero Kontkanen
2017-02-02Fix smDebug calls (swapped bushandle & verbosity level arguments when incorrect)Tero Kontkanen
2016-12-29Replaced RS232 library by customized code, not tested yet (win or linux)Tero Kontkanen
2016-10-28Added smSetBaudrate() to allow changing bus speedTero Kontkanen
2016-02-04Fix minor bug: incorrect SM_STATUS returned in smCloseBus. No other effects.Tero Kontkanen
2016-01-06Fix CRC calculation of smFastUpdateCycle functionTero K
2016-01-04Added smFastUpdateCycle functionTero K
2014-01-16first releaseTeroK