Simulated product dispenser

Dependencies:   HTS221

Fork of mbed-cloud-workshop-connect-HTS221 by Jim Carver

Committer:
JimCarver
Date:
Thu Oct 25 14:00:12 2018 +0000
Revision:
4:e518dde96e59
Parent:
0:6b753f761943
Simulated dispenser

Who changed what in which revision?

UserRevisionLine numberNew contents of line
JimCarver 0:6b753f761943 1 # Set the default behavior, in case people don't have core.autocrlf set.
JimCarver 0:6b753f761943 2 * text=auto
JimCarver 0:6b753f761943 3
JimCarver 0:6b753f761943 4 # Explicitly declare text files you want to always be normalized and converted
JimCarver 0:6b753f761943 5 # to native line endings on checkout.
JimCarver 0:6b753f761943 6 *.c text
JimCarver 0:6b753f761943 7 *.h text
JimCarver 0:6b753f761943 8 *.cpp text
JimCarver 0:6b753f761943 9 *.sh text
JimCarver 0:6b753f761943 10 *.py text
JimCarver 0:6b753f761943 11 *.md text
JimCarver 0:6b753f761943 12 *.java text
JimCarver 0:6b753f761943 13 *.yml text
JimCarver 0:6b753f761943 14 *.cmake text
JimCarver 0:6b753f761943 15 *.lib text
JimCarver 0:6b753f761943 16 *.ref text
JimCarver 0:6b753f761943 17
JimCarver 0:6b753f761943 18 # Declare files that will always have CRLF line endings on checkout.
JimCarver 0:6b753f761943 19 *.sln text eol=crlf
JimCarver 0:6b753f761943 20 *.bat text eol=crlf
JimCarver 0:6b753f761943 21
JimCarver 0:6b753f761943 22 # Denote all files that are truly binary and should not be modified.
JimCarver 0:6b753f761943 23 *.png binary
JimCarver 0:6b753f761943 24 *.jpg binary
JimCarver 0:6b753f761943 25 *.pdf binary
JimCarver 0:6b753f761943 26 *.mpp binary
JimCarver 0:6b753f761943 27 *.doc binary
JimCarver 0:6b753f761943 28 *.docx binary
JimCarver 0:6b753f761943 29 *.xls binary
JimCarver 0:6b753f761943 30 *.xlsx binary
JimCarver 0:6b753f761943 31 *.ppt binary
JimCarver 0:6b753f761943 32 *.pptx binary
JimCarver 0:6b753f761943 33 *.tar binary
JimCarver 0:6b753f761943 34 *.gzip binary
JimCarver 0:6b753f761943 35 *.zip binary
JimCarver 0:6b753f761943 36 *.7z binary
JimCarver 0:6b753f761943 37