minor changes and typos
This commit is contained in:
parent
c54447e94c
commit
4ae21290f5
1 changed files with 2 additions and 0 deletions
|
|
@ -337,6 +337,8 @@ Furthermore, with this data structure it is also configured
|
|||
- which time in 1/ODR an interrupt condition has to be given before the interrupt is generated, and
|
||||
- whether this time is also used when interrupt condition in no longer given before interrupt signal is reset.
|
||||
|
||||
Function ```l3gd20h_enable_int``` is used to enable or disable the event interrupt generation.
|
||||
|
||||
As with data ready and FIFO interrupts, function ```l3gd20h_get_int1_source``` can be used to determine the source of the interrupt signal whenever it is generated. This function returns a data structure of type ```l3gd20h_int1_source_t``` that contain a boolean member for each source that can be tested for true.
|
||||
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue