Commit Graph

14 Commits

Author SHA1 Message Date
Leonora Tindall 1a7f8c4ab1
This is 0.2 🎉 2020-01-01 11:34:40 -08:00
Leonora Tindall ccb9b89908
Add LoRa and FSK packet reception
Add a function to change the modulation mode and a function to receive
packets. Still needs a ton of work on various radio features and no
implementation of gfsk yet.
2020-01-01 11:32:35 -08:00
Leonora Tindall 34dd0902f2
Add NVM read/write functions
Including adding a wrapper type for NVM addresses to provide validation
that the wrong addresses aren't being sent to the device
2019-12-31 17:01:39 -08:00
Leonora Tindall 36bdf9dd16
Move examples to examples/ 2019-12-31 14:51:30 -08:00
Leonora Tindall d42b0ec6b3
Add MAC pause/unpause
Also adds associated error variants `CannotPause` and `BadResponse`, an
associated helper function `Error::bad_response`, and the internal
helper function `transact_expecting` which shortens function bodies for
functions implementing simple handshake-like commands, like `mac
resume`.
2019-12-31 14:48:51 -08:00
Leonora Tindall fa31aab5cf
Add module reset and fix factory reset return
Previously, it returned a String but was documented to return bytes; it
now returns bytes.
2019-12-31 14:47:14 -08:00
Leonora Tindall 12cce7213b
Add factory reset functionality 2019-12-29 12:59:16 -08:00
Leonora Tindall 6318251226
Add `::system_version_bytes()` for uniformity
Other functions will return bytes, so it's weird to only be able to get
the version as a string.
2019-12-29 12:56:44 -08:00
Leonora Tindall dd2102d973
Formalize release process 2019-12-29 12:47:18 -08:00
Leonora Tindall 84fa9e5e01
Cut 0.1 release 2019-12-29 12:44:39 -08:00
Leonora Tindall 106a2612bd
Add "blinky" main program 2019-12-29 11:58:52 -08:00
Leonora Tindall 8e52f10ffc
Better docs and rename transact() 2019-12-29 11:58:05 -08:00
Leonora Tindall f4bd7b67e4
Add GNU GPL v3 license, and package metadata 2019-12-29 11:56:33 -08:00
Leonora Tindall 41c5a352b8
Add meta files
README, CHANGELOG, and CONTRIBUTING
2019-12-29 11:47:36 -08:00