fix more formatting issues
[web/altusmetrum] / EasyMotor / index.mdwn
index 1e9c0681818dd89e61ce17d5e04f6a6b60ce4a9c..5efb5950cedd69c706f7c89ab4bbde6c9b342ae1 100644 (file)
@@ -23,7 +23,7 @@ This is what a production v3 board looks like:
 ### Developer View ###
 
 * Hardware Features
-        * [NXP LPC11U14](http://www.nxp.com/products/microcontrollers/cortex_m0_m0/LPC11U14FHI33.html) System-on-Chip
+       * [NXP LPC11U14](http://www.nxp.com/products/microcontrollers/cortex_m0_m0/LPC11U14FHI33.html) System-on-Chip
                 * ARM Cortex-M0 MCU
                 * 32k Flash
                 * 6k RAM
@@ -38,16 +38,17 @@ This is what a production v3 board looks like:
        * low noise 5V switching regulator to power pressure sensor
        * precision divider with 0.1% resistors to scale pressure sensor
          analog output to match SOC analog input voltage range
+
 * Software Features
         * Written mostly in C with some ARM assembler
         * Runs from on-chip flash, uses on-chip RAM, stores flight data to serial flash
         * USB serial emulation for "console" interface
 * Tools Used
-        * [lepton-eda](https://github.com/lepton-eda/lepton-eda) for schematic capture
-        * [pcb-rnd](http://repo.hu/projects/pcb-rnd/) for PCB layout
+       * [lepton-eda](https://github.com/lepton-eda/lepton-eda) for schematic capture
+       * [pcb-rnd](http://repo.hu/projects/pcb-rnd/) for PCB layout
 * Licenses
-        * The hardware is licensed under the [TAPR](http://www.tapr.org) [Open Hardware License](http://www.tapr.org/ohl.html)
-        * The software is licensed [GPL version 2](http://www.gnu.org/licenses/old-licenses/gpl-2.0.html)
+       * The hardware is licensed under the [TAPR](http://www.tapr.org) [Open Hardware License](http://www.tapr.org/ohl.html)
+       * The software is licensed [GPL version 2](http://www.gnu.org/licenses/old-licenses/gpl-2.0.html)
 
 ## Example Installations ##