We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
update in table for values in centimeter Table contained 2550 where it should be 255 (as dp is zero). The dp=0 and value-max=255 are as actually reported by the sensor (at Jessie)
Decimal place (dp) is zero for units in cm. For units in inches the field ~~~dp~~~ is reported as ```1``` but value is in centi inches. Not sure if the ~~~dp~~~ or the ~~~value0~~~ is wrong here. I assume the ~~~dp~~~ for centimeters is fine.
Merge branch 'master' of github.com:bertlindeman/ev3dev.wiki
fixed typo. from /etc/sysctl.d/ev3dev/conf into /etc/sysctl.d/ev3dev.conf
just fiddling with markdown to get a feel for it. Page CAN be deleted anytime!
Fixed up mismatched code fence
Added BT speaker instructions
Update CONTRIBUTING.md
update on i2c-tools package
Simplify readme. Since we have a "real" web page now, we don't need the duplicated information here. Most was out of date anyway.
Fix typos. Thanks @ensonic!
Merge remote-tracking branch 'origin/wiki' into realwiki
Update ev3dev-jessie-2014-07-12.img-release-notes.md
Updated Setting Up wifi Networking (markdown)
Updated Getting started v2 (markdown)
Updated Using brickstrap to cross compile and debug (markdown)
ev3dev-jessie-2014-07-12
Updated Home (markdown)
Create CONTRIBUTING.md
Added Golang and node.js as supported scripting languages
Updated motor driver attribute tutorials to match the actual driver
fix case sensitivity
Merge pull request #87 from WasabiFan/wiki Fix some wiki typos and add more info regarding writing programs
Merge branch 'wiki' of https://github.com/wasabifan/ev3dev into wiki
Combined the step added previously with the one before it