Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: LORA_RX LORA_TX WindConcentrator hid_test ... more
Diff: sx127x.h
- Revision:
- 4:d987ac2836bf
- Parent:
- 2:fdae76e1215e
- Child:
- 5:dde68100518b
--- a/sx127x.h Fri May 02 01:18:59 2014 +0000 +++ b/sx127x.h Fri May 02 23:35:30 2014 +0000 @@ -220,7 +220,8 @@ * @param data byte to write */ void write_reg(uint8_t addr, uint8_t data); - void write_reg_u24(uint8_t addr, uint32_t data); + void write_u16(uint8_t addr, uint16_t data); + void write_u24(uint8_t addr, uint32_t data); /** write register(s) to radio, to an arbitrary amount of registers following first * @param addr register address