Skip to content

Commit

Permalink
Terribly sorry, few more formatting stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
massixone committed Jan 4, 2017
1 parent addb61f commit 26a8544
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,11 @@ In order to do that, please follow these instructions.
* The file ```/sys/module/i2c_bcm2708/parameters/combined``` must be Read/Write for all users
* The file ```/sys/module/i2c_bcm2708/parameters/combined``` must contain ```Y```
The above can be achieved by manually setting the requirements via shell command, as follows:
```sudo chmod 666 /sys/module/i2c_bcm2708/parameters/combined```
```sudo echo -n 1 > /sys/module/i2c_bcm2708/parameters/combined```
Or by adding the following chunk of code to the file ```/etc/rc.local```
```
Expand All @@ -113,11 +116,14 @@ so that the setting will be applied automatically, every your RPi is rebooted.
## MAA8451 Software installation
The installation of the MMA8451 Experimental software is quite easy:
* Download the software from gitub at https://github.com/massixone/mma8451
```
git clone https://github.com/massixone/mma8451
cd mma8451
```
* Run the software
```
./accel.py
```
Expand Down

0 comments on commit 26a8544

Please sign in to comment.