From 6fdb499f587c3200bf56ea5fa3b47e675ae07cc0 Mon Sep 17 00:00:00 2001 From: Monte Date: Wed, 5 Jul 2017 21:30:41 +0000 Subject: [PATCH] fix spacing on chart --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 4bc0f6f..a61b718 100644 --- a/README.md +++ b/README.md @@ -41,16 +41,16 @@ ___ All builds require some sort of Arduino-compatible microcontroller. I recommend the [Adafruit Pro Trinket](https://www.adafruit.com/product/2000). Also make sure to have the [Arduino IDE](https://www.arduino.cc/en/Main/Software) installed. ### Parts: -|Features vs Parts Required | Ammo Counter - Switch | Ammo Counter - IR Gate| Chronograph | Voltmeter| Select - Fire | Usages| Notes | -|:--------------------------|:---------------------:|:---------------------:|:-----------:| :-------:|:-------------:|:-----:|:-----:| -| Microcontroller | X | X | X | X | X | Brains of everything. | Microcontroller recommendation above | -| [Slider Switch](https://goo.gl/cvBtNh) | X | X | X | X | X | Used to toggle power/on of microcontroller | Can be replaced by rocker switch | -| [I2C OLED Display](https://goo.gl/BAZtMd) | X | X | X | X |X | Used for displaying ammo, and if applicable, mode, voltage, and chrono readings | -| [Lever Switch](https://goo.gl/oKqK1h) | X (2) | X | X | X | X | Used for magazine insertion detection. If switch varient of ammo counter is selected, then another switch will be used for ammo counting. -| [Momentary Push Button](https://goo.gl/MkMK2u) | X | X | X | X | X (2) | Used for toggling between the various magazines sizes. If Select-Fire mode setup, then another button will be used to toggle through the various fire modes. -| [IR Transmitter and Receiver Diode](https://goo.gl/tKLQK2) | | X | X | | X | Used for IR gate | -| Resistors (100K and 1000k) | | | | X | | Used for voltage divider to drop the voltage to a safe level for the microcontroller. | Resistors can be different values, just make sure the battery being checked has its voltage dropped to a voltage safe for the microcontroller. | -| [Relay](https://goo.gl/cXLg6e)| | | | | X | Used to toggle power of the blaster's motors throught the microcontroller | Make sure the relay is rated for the power (voltage and curret) for your blaster. Will only work to toggle power, so only controls on/off. Will not work for an analog value, such as for fire velocity vontrol. | +| Features vs Parts Required | Ammo Counter - Switch | Ammo Counter - IR Gate| Chronograph | Voltmeter| Select - Fire | Usages| Notes | +|:-----------------------------------------------------------|:---------------------:|:---------------------:|:-----------:| :-------:|:-------------:|:-----:|:-----:| +| Microcontroller | X | X | X | X | X | Brains of everything. | Microcontroller recommendation above | +| [Slider Switch](https://goo.gl/cvBtNh) | X | X | X | X | X | Used to toggle power/on of microcontroller | Can be replaced by rocker switch | +| [I2C OLED Display](https://goo.gl/BAZtMd) | X | X | X | X | X | Used for displaying ammo, and if applicable, mode, voltage, and chrono readings | +| [Lever Switch](https://goo.gl/oKqK1h) | X (2) | X | X | X | X | Used for magazine insertion detection. If switch varient of ammo counter is selected, then another switch will be used for ammo counting. | +| [Momentary Push Button](https://goo.gl/MkMK2u) | X | X | X | X | X (2) | Used for toggling between the various magazines sizes. If Select-Fire mode setup, then another button will be used to toggle through the various fire modes. | +| [IR Transmitter and Receiver Diode](https://goo.gl/tKLQK2) | | X | X | | X | Used for IR gate | +| Resistors (100K and 1000k) | | | | X | | Used for voltage divider to drop the voltage to a safe level for the microcontroller. | Resistors can be different values, just make sure the battery being checked has its voltage dropped to a voltage safe for the microcontroller. | +| [Relay](https://goo.gl/cXLg6e) | | | | | X | Used to toggle power of the blaster's motors throught the microcontroller | Make sure the relay is rated for the power (voltage and curret) for your blaster. Will only work to toggle power, so only controls on/off. Will not work for an analog value, such as for fire velocity vontrol. | ### Tools: 1. Phillips Head Screwdriver