Skip to content

Commit

Permalink
Fixed formatting on README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jlkalberer committed Jun 2, 2013
1 parent 4895ec3 commit f6c556f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,4 @@ This is the list of parts:
* [NSF-Certified Acetal Solenoid Valve, NC, 3/8 NPT Female, 1/4" Quick Disconnect, 12 VDC](http://www.mcmaster.com/nav/enter.asp?partnum=7876K28)
* [JOHN GUEST MALE CONNECTOR BSPT - 3/8 X 1/4 BSPT](http://www.freshwatersystems.com/p-2341-male-connector-bspt-38-x-14-bspt.aspx)
* [JOHN GUEST FEMALE ADAPTER NPTF - 3/8 X 1/4 NPTF](http://www.freshwatersystems.com/p-2508-female-adapter-nptf-38-x-14-nptf.aspx)

* [4.7k pull-up resistor](http://www.basicmicro.com/Resistor-47K-Ohm-14-Watt_p_94.html) - Usually buy these in a kit as it's a lot cheaper than this site.
2 changes: 1 addition & 1 deletion Source/KegServer/Visual Micro/Compile.vmps.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<VisualMicro>
<Program Name="KegServer" Ext=".ino" Location="C:\Dev\Mine\Tappt-KegServer\Source\KegServer">
<Compile CompilerErrors="0" ConfigurationName="Debug" StopOnError="False" OptimiseLibs="True" OptimiseCore="True" BuildPath="C:\Users\John\AppData\Local\VMicro\Arduino\Builds\KegServer\uno" IncludeDebug="0" IncludesDebug="0" SketchName="KegServer" IsCompiled="1" />
<Compile IsCompiled="0" CompilerErrors="0" ConfigurationName="Debug" StopOnError="False" OptimiseLibs="True" OptimiseCore="True" BuildPath="C:\Users\John\AppData\Local\VMicro\Arduino\Builds\KegServer\uno" IncludeDebug="0" IncludesDebug="0" SketchName="KegServer" />
<Platform Name="Arduino">
<Board Name="uno" Description="Arduino Uno" CoreFolder="C:\Dev\arduino-1.0.4\hardware\arduino\cores\arduino" VariantFullPath="C:\Dev\arduino-1.0.4\hardware\arduino\variants\standard" bootloader.extended_fuses="0x05" bootloader.file="optiboot_atmega328.hex" bootloader.high_fuses="0xde" bootloader.lock_bits="0x0F" bootloader.low_fuses="0xff" bootloader.path="optiboot" bootloader.unlock_bits="0x3F" build.core="arduino" build.f_cpu="16000000L" build.mcu="atmega328p" build.variant="standard" build.variant.vmresolved="C:\Dev\arduino-1.0.4\hardware\arduino\variants\standard" name="Arduino Uno" upload.maximum_size="32256" upload.protocol="arduino" upload.speed="115200" />
</Platform>
Expand Down

0 comments on commit f6c556f

Please sign in to comment.