[README] Coarse sweep to use markup in READMEs.
This should improve online readability of the readme files.
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
------------------------------------------------------------------------------
|
||||
README
|
||||
------------------------------------------------------------------------------
|
||||
# README
|
||||
|
||||
This is a simple polling example that sends the value read out from the
|
||||
temperature sensor ADC channel of the STM32 to the USART2.
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
------------------------------------------------------------------------------
|
||||
README
|
||||
------------------------------------------------------------------------------
|
||||
# README
|
||||
|
||||
This is a simple example that sends the value read out from the
|
||||
temperature sensor ADC channel of the STM32 to the USART2.
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
------------------------------------------------------------------------------
|
||||
README
|
||||
------------------------------------------------------------------------------
|
||||
# README
|
||||
|
||||
This is a simple example that sends the value read out from the
|
||||
temperature sensor ADC channel of the STM32 to the USART2.
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
------------------------------------------------------------------------------
|
||||
README
|
||||
------------------------------------------------------------------------------
|
||||
# README
|
||||
|
||||
This is a simple example that sends the values read out from four ADC
|
||||
channels of the STM32 to the USART2.
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
------------------------------------------------------------------------------
|
||||
README
|
||||
------------------------------------------------------------------------------
|
||||
# README
|
||||
|
||||
This is a simple polling example that sends the value read out from the
|
||||
temperature sensor ADC channel of the STM32 to the USART2.
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
# README
|
||||
|
||||
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
|
||||
|
||||
@@ -1,9 +1,7 @@
|
||||
------------------------------------------------------------------------------
|
||||
README
|
||||
------------------------------------------------------------------------------
|
||||
# README
|
||||
|
||||
This example program demonstrates simple SPI transceive on Lisa/M 2.0 board
|
||||
(http://paparazzi.enac.fr/wiki/Lisa/M_v20 for details).
|
||||
This example program demonstrates simple SPI transceive on
|
||||
[Lisa/M 2.0 board](http://paparazzi.enac.fr/wiki/Lisa/M_v20 for details).
|
||||
|
||||
The terminal settings for the receiving device/PC are 9600 8n1.
|
||||
|
||||
|
||||
@@ -1,9 +1,7 @@
|
||||
------------------------------------------------------------------------------
|
||||
README
|
||||
------------------------------------------------------------------------------
|
||||
# README
|
||||
|
||||
This example program demonstrates SPI transceive with DMA on Lisa/M 2.0 board
|
||||
(http://paparazzi.enac.fr/wiki/Lisa/M_v20 for details).
|
||||
This example program demonstrates SPI transceive with DMA on
|
||||
[Lisa/M 2.0 board](http://paparazzi.enac.fr/wiki/Lisa/M_v20 for details).
|
||||
|
||||
The terminal settings for the receiving device/PC are 9600 8n1.
|
||||
|
||||
|
||||
@@ -1,9 +1,7 @@
|
||||
------------------------------------------------------------------------------
|
||||
README
|
||||
------------------------------------------------------------------------------
|
||||
# README
|
||||
|
||||
This example program demonstrates SPI transceive with DMA on Lisa/M 2.0 board
|
||||
(http://paparazzi.enac.fr/wiki/Lisa/M_v20 for details).
|
||||
This example program demonstrates SPI transceive with DMA on
|
||||
[Lisa/M 2.0 board](http://paparazzi.enac.fr/wiki/Lisa/M_v20 for details).
|
||||
|
||||
The terminal settings for the receiving device/PC are 9600 8n1.
|
||||
|
||||
|
||||
@@ -1,12 +1,10 @@
|
||||
------------------------------------------------------------------------------
|
||||
README
|
||||
------------------------------------------------------------------------------
|
||||
# README
|
||||
|
||||
This example program sends some characters on USART2 on Lisa/M 2.0 board
|
||||
(see http://paparazzi.enac.fr/wiki/LisaM for details).
|
||||
This example program sends some characters on USART2 on
|
||||
[Lisa/M 2.0 board](see http://paparazzi.enac.fr/wiki/LisaM for details).
|
||||
|
||||
The terminal settings for the receiving device/PC are 38400 8n1.
|
||||
|
||||
The sending is done in a blocking way in the code, see the usart_irq example
|
||||
The sending is done in a blocking way in the code, see the usart\_irq example
|
||||
for a more elaborate USART example.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user