diff --git a/README.md b/README.md index 27184f7..9e06a3a 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,6 @@ Upload sender and reciever code on the 2 arduino's ### 10 DOF IMU -![10 dof imu pinout](./10DOF-pinout.webp) - - **SDA** (Serial Data) - **SCL** (Serial Clock) - **INT** (Interrupt) is a digital interrupt output @@ -33,8 +31,6 @@ Upload sender and reciever code on the 2 arduino's ### L76K GPS -![L76K GPS pinout](./L76K-pinout.jpg) - - **PPS** (Pulse per second) powers a led wich will blink and indicate that GPS is working - **RX** (UART communication) - **TX** (UART communication) @@ -58,8 +54,6 @@ Fix Quality: ### NRF24L01+ -![nrlf24l01+ pinout](./NRF24L01-pinout.webp) - - **CE** (Chip Enable) is an active-high pin. When enabled, the nRF24L01 will either transmit or receive, depending on the mode. - **CSN** (Chip Select Not) is an active-low pin that is typically held HIGH. When this pin goes low, the nRF24L01 begins listening for data on its SPI port and processes it accordingly. - **SCK** (Serial Clock) accepts clock pulses from the SPI bus master. diff --git a/10DOF-pinout.webp b/doc/10DOF-pinout.webp similarity index 100% rename from 10DOF-pinout.webp rename to doc/10DOF-pinout.webp diff --git a/L76K-pinout.jpg b/doc/L76K-pinout.jpg similarity index 100% rename from L76K-pinout.jpg rename to doc/L76K-pinout.jpg diff --git a/NRF24L01-pinout.webp b/doc/NRF24L01-pinout.webp similarity index 100% rename from NRF24L01-pinout.webp rename to doc/NRF24L01-pinout.webp diff --git a/nrf24lo1-datasheet.pdf b/doc/nrf24lo1-datasheet.pdf similarity index 100% rename from nrf24lo1-datasheet.pdf rename to doc/nrf24lo1-datasheet.pdf diff --git a/reciver_module/nRF24L01_reciever.ino b/receiver_module/nRF24L01_receiver.ino similarity index 100% rename from reciver_module/nRF24L01_reciever.ino rename to receiver_module/nRF24L01_receiver.ino