Skip to content

Commit

Permalink
Update ReadMe
Browse files Browse the repository at this point in the history
  • Loading branch information
SauviaTron committed Nov 17, 2023
1 parent a8fa8e4 commit 9bdf132
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions 2_Firmware/1_I2C_Scanning/ReadMe.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
# I2C Scanning

The card is equipped with two low-power LEDs.

The blue LED functions as a user LED and serves solely as an indicator; for example, it can be illuminated when the card is performing calculations.

The white LED is connected to a branch of the GNSS module, specifically the TIMEPULSE pin. This pin is in a high state when the GNSS module receives satellite signals, thus turning on the LED. However, it can also be controlled by the microcontroller.

Therefore, with this pair of LEDs, it is possible to provide the user with different indications based on the illuminated state of the LEDs.

## Hardware Integration
This program is designed to detect the sensors on the board, each of which is assigned a unique address, as illustrated in the table below. In the case of the LSM303AGR, which incorporates both an accelerometer and a magnetometer, there are four addresses allocated for the three sensors. Notably, there is a distinct address assigned for each of these two components.

| I2C Address | Description |
| ----------- | -------------- |
Expand Down

0 comments on commit 9bdf132

Please sign in to comment.