Skip to content

v1.7.0

Compare
Choose a tag to compare
@jamesleesaunders jamesleesaunders released this 18 Mar 11:00
· 216 commits to master since this release
  • Now supports both Series 1 and Series 2 modules (the API turned out to be the same).
  • API frame logic was split into its own class, APIFrame.
  • XBee renamed to XBeeBase.
  • XBee1 renamed to XBee.
  • Tests updated to reflect changes; API frame tests moved to test_frame.py, now test APIFrame instead of XBee base class.
  • Test files renamed appropriately.
  • PyLint score improved.
  • Various docstring updates.
  • Updated example code to reflect changes.