Skip to content

Commit

Permalink
fix spacing on chart
Browse files Browse the repository at this point in the history
  • Loading branch information
mochoy committed Jul 5, 2017
1 parent a697647 commit 6fdb499
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6fdb499

Please sign in to comment.