Understanding the blocks
For this project, we will use four main blocks:
-
spi_ctrl: Controls SPI communication with the accelerometer.
-
acc_controller: Processes data read from the sensor.
-
twos_complement_to_ascii: Converts data to ASCII.
-
uart_tx: Transmits data via UART.
No Comments