You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -120,7 +120,6 @@ The examples in this library (apart from the compliance sketch) are somewhat pri
120
120
121
121
Although the wrappers in this library are designed to make the LMIC useful in the Arduino environment, the maintainers have tried to be careful to keep the core LMIC code generally useful. For example, I use this library without modification (but with wrappers) on a RISC-V platform in a non-Arduino environment.
122
122
123
-
124
123
## Installing
125
124
126
125
To install this library:
@@ -854,8 +853,7 @@ The library observes and processes rising edges on the pins as part of `os_runlo
854
853
This can be configured in one of two ways (see
855
854
[Controlling use of interrupts](#controlling-use-of-interrupts)). See [Interrupts and Arduino system timing](#interrupts-and-arduino-system-timing) for implementation details.
856
855
857
-
By default, the library
858
-
polls the enabled pins to determine whether an event has occurred. This approach
856
+
By default, the library polls the enabled pins to determine whether an event has occurred. This approach
859
857
allows use of any CPU pin to sense the DIOs, and makes no assumptions about
860
858
interrupts. However, it means that the end-of-transmit event is not observed
861
859
(and time-stamped) until `os_runloop_once()` is called.
0 commit comments