What is the minimal initialization sequence for the L3GD20 Gyro?
Two questions:(1) If I want to poll the status register instead of using interrupts, and don't want to use the FIFO, is the following initialization sequence sufficient? uint8_t cmd ; GYRO_IO_Init() ; // Enable Block Data Update and full scale = 2000...