new pin

Dependencies:   mbed

Fork of DigitalOut by smd.iotkit.ch

Committer:
lukmiros
Date:
Mon Sep 19 16:04:23 2016 +0000
Revision:
4:54b602d62d1f
Parent:
1:f34e64ce9873
4 diodes

Who changed what in which revision?

UserRevisionLine numberNew contents of line
marcel1691 1:f34e64ce9873 1 # Copyright 2015 Adam Green (http://mbed.org/users/AdamGreen/)
marcel1691 1:f34e64ce9873 2 #
marcel1691 1:f34e64ce9873 3 # Licensed under the Apache License, Version 2.0 (the "License");
marcel1691 1:f34e64ce9873 4 # you may not use this file except in compliance with the License.
marcel1691 1:f34e64ce9873 5 # You may obtain a copy of the License at
marcel1691 1:f34e64ce9873 6 #
marcel1691 1:f34e64ce9873 7 # http://www.apache.org/licenses/LICENSE-2.0
marcel1691 1:f34e64ce9873 8 #
marcel1691 1:f34e64ce9873 9 # Unless required by applicable law or agreed to in writing, software
marcel1691 1:f34e64ce9873 10 # distributed under the License is distributed on an "AS IS" BASIS,
marcel1691 1:f34e64ce9873 11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
marcel1691 1:f34e64ce9873 12 # See the License for the specific language governing permissions and
marcel1691 1:f34e64ce9873 13 # limitations under the License.
marcel1691 1:f34e64ce9873 14 PROJECT := DigitalOut
marcel1691 1:f34e64ce9873 15 DEVICES := MCU_K64F
marcel1691 1:f34e64ce9873 16 NO_FLOAT_SCANF := 1
marcel1691 1:f34e64ce9873 17 NO_FLOAT_PRINTF := 1
marcel1691 1:f34e64ce9873 18 MBED_LIBS :=
marcel1691 1:f34e64ce9873 19
marcel1691 1:f34e64ce9873 20 include $(GCC4MBED_DIR)/build/gcc4mbed.mk
marcel1691 1:f34e64ce9873 21