diff options
author | Sebastian Reichel <sre@ring0.de> | 2012-07-21 09:26:57 +0200 |
---|---|---|
committer | Sebastian Reichel <sre@ring0.de> | 2012-07-21 09:26:57 +0200 |
commit | e001acd685469d75f260422e662457b0453b0c11 (patch) | |
tree | 3fcac9d497afea592174c2d644a5611159d0b5c2 | |
parent | 55481e99a90dbc122ff279d580f5219094f5c444 (diff) | |
download | microcopterd-e001acd685469d75f260422e662457b0453b0c11.tar.bz2 |
Raspberry Pi's serial device is ttyAMA0
-rw-r--r-- | microcopter.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/microcopter.cfg b/microcopter.cfg index a471fe0..c099be2 100644 --- a/microcopter.cfg +++ b/microcopter.cfg @@ -28,4 +28,4 @@ i2c-adapter = 3 i2c-address = 119 [AtmostripeMotorController] -device = /dev/ttyUSB0 +device = /dev/ttyAMA0 |