Pulsweitenmodulation - Generieren eines x Hz Tones mittels PWM

Dependencies:   mbed

Fork of PwmOut by smd.iotkit.ch

Committer:
stefan1691
Date:
Sun Sep 06 15:24:01 2015 +0000
Revision:
3:f40b90476234
Parent:
2:531fd60e2e47
Summer lauter gestellt

Who changed what in which revision?

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