aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32/f1/lisa-m-1/can/README
diff options
context:
space:
mode:
authorPiotr Esden-Tempski2012-11-08 15:21:40 -0800
committerPiotr Esden-Tempski2012-11-08 15:21:40 -0800
commit898691e5ef922d90760d28c18f75b0284738a5b2 (patch)
treecbdf70679bc24b9bdf3ab2938047dd76f9b92abb /examples/stm32/f1/lisa-m-1/can/README
parent5d4d84026a2bd67b0e772333488cd2695aa79547 (diff)
Updated and backported improvements form the Lisa/M 2.0 CAN example.
Diffstat (limited to 'examples/stm32/f1/lisa-m-1/can/README')
-rw-r--r--examples/stm32/f1/lisa-m-1/can/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/stm32/f1/lisa-m-1/can/README b/examples/stm32/f1/lisa-m-1/can/README
new file mode 100644
index 0000000..3a14e3b
--- /dev/null
+++ b/examples/stm32/f1/lisa-m-1/can/README
@@ -0,0 +1,4 @@
+This test sets up the CAN interface on Lisa/M and transmits 8 bites every
+100ms. The first byte is being incremented in each cycle. The demo also
+receives messages and is displaing the first 4 bits of the first byte on the
+board LEDs.