Skip to content

Commit

Permalink
Version 1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pmalmsten committed Aug 11, 2010
1 parent e006642 commit e3c3518
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 20 deletions.
7 changes: 7 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,10 @@ v1.9.0 7/10/10 -- Implemented Dispatch helper as xbee.helpers.dispatch
If it is not installed, the tests will be skipped
and a warning will be generated.
* A 'test' command has been added to setup.py
v1.9.1 8/11/10 -- Added support for I/O sample data packet with 64-bit
addressing.
Fixed bug where threading.Thread library was not
properly initalized in all use cases.
Added initial documentation.
Properly included distutils_extensions.py in source
distribution archives
4 changes: 3 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
include *.txt
recursive-include docs *.txt
include *.py
recursive-include docs *.*
recursive-include examples *.txt *.py
recursive-include scripts *.py
global-exclude *.swp
23 changes: 5 additions & 18 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,27 +51,14 @@ one from using a potentially broken build.
In this event, one may comment out the 'strict' flag in setup.cfg in
order to force the installation to proceed. Do so at your own risk.

Usage
============

Series 1, Series 2
------------------

To use this library with an XBee device, import the class
XBee and call its constructor with a serial port object.

In order to send commands via the API, call a method with the same
name as the command which you would like to send with words separated
by _'s. For example, to send a Remote AT command, one would call
remote_at().
Documentation
=============

The arguments to be given to each method depend upon the command to be
sent. For more information concerning the names of the arguments which
are expected and the proper data types for each argument, consult the
API manual for your XBee device, or consult the source code.
Open the file docs/build/html/index.html in your web browser of choice
to view the documentation for this package.

Caveats
---------
=======

Escaped API operation has not been implemented at this time.

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

setup(
name='XBee',
version='1.9.0',
version='1.9.1',
author='Paul Malmsten',
author_email='[email protected]',
packages=packages,
Expand Down

0 comments on commit e3c3518

Please sign in to comment.