double2double / ardupilot-mega

Automatically exported from code.google.com/p/ardupilot-mega
0 stars 0 forks source link

Relay test in CLI doesn't work #207

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. In CLI test mode, try relay test
2. No clicking is heard
3.

What is the expected output? What do you see instead?

Please use labels and text to provide additional information.

This has been tested across many boards. The old debug test produced clicking, 
but the new CLI one doesn't.

Original issue reported on code.google.com by analogue...@gmail.com on 18 Oct 2010 at 2:15

GoogleCodeExporter commented 8 years ago

Original comment by dewei...@gmail.com on 25 Oct 2010 at 5:27

GoogleCodeExporter commented 8 years ago
Hi,

The data direction bit is not set, trying 

DDRL |= B00000100; 

solves the problem. Where are thes registers defined?

regards
Uwe Gartmann

Original comment by flightro...@gmail.com on 1 Nov 2010 at 8:50

GoogleCodeExporter commented 8 years ago

Original comment by dewei...@gmail.com on 9 Nov 2010 at 3:37