Skip to content

Commit

Permalink
Change in comment >> to >
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeyBulatov committed Dec 4, 2015
1 parent 0eda2ff commit fb1eb09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions C++/Examples/FIFO/FIFO.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ Navio's onboard MPU9250 is connected to the SPI bus on Raspberry Pi
and can be read through /dev/spidev0.1
Because of high rate of output, it's recommented write values to the text file,
using >> [name of file]. With increasing time delay FIFO buffer may overfill,
using > [name of file]. With increasing time delay FIFO buffer may overfill,
because of which it will be reset before a conclusion.
To run this example navigate to the directory containing it and run following commands:
make
./FIFO >> [name of file]
./FIFO > [name of file]
*/

#include "Navio/MPU9250.h"
Expand Down

0 comments on commit fb1eb09

Please sign in to comment.