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 // ----------------------------------------------------------------------------
JimCarver 0:6b753f761943 2 // Copyright 2016-2018 ARM Ltd.
JimCarver 0:6b753f761943 3 //
JimCarver 0:6b753f761943 4 // SPDX-License-Identifier: Apache-2.0
JimCarver 0:6b753f761943 5 //
JimCarver 0:6b753f761943 6 // Licensed under the Apache License, Version 2.0 (the "License");
JimCarver 0:6b753f761943 7 // you may not use this file except in compliance with the License.
JimCarver 0:6b753f761943 8 // You may obtain a copy of the License at
JimCarver 0:6b753f761943 9 //
JimCarver 0:6b753f761943 10 // http://www.apache.org/licenses/LICENSE-2.0
JimCarver 0:6b753f761943 11 //
JimCarver 0:6b753f761943 12 // Unless required by applicable law or agreed to in writing, software
JimCarver 0:6b753f761943 13 // distributed under the License is distributed on an "AS IS" BASIS,
JimCarver 0:6b753f761943 14 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
JimCarver 0:6b753f761943 15 // See the License for the specific language governing permissions and
JimCarver 0:6b753f761943 16 // limitations under the License.
JimCarver 0:6b753f761943 17 // ----------------------------------------------------------------------------
JimCarver 0:6b753f761943 18
JimCarver 0:6b753f761943 19 #ifndef PAL_HEADER_SOTP_FS
JimCarver 0:6b753f761943 20 #define PAL_HEADER_SOTP_FS
JimCarver 0:6b753f761943 21
JimCarver 0:6b753f761943 22 #define PAL_USE_HW_ROT 0
JimCarver 0:6b753f761943 23 #define PAL_USE_HW_RTC 0
JimCarver 0:6b753f761943 24 #define PAL_USE_HW_TRNG 1
JimCarver 0:6b753f761943 25 #define PAL_SIMULATOR_FLASH_OVER_FILE_SYSTEM 0
JimCarver 0:6b753f761943 26 #define PAL_USE_INTERNAL_FLASH 1
JimCarver 0:6b753f761943 27 #define PAL_USE_SECURE_TIME 1
JimCarver 0:6b753f761943 28
JimCarver 0:6b753f761943 29 #include "mbedOS_default.h"
JimCarver 0:6b753f761943 30
JimCarver 0:6b753f761943 31 #endif //PAL_HEADER_SOTP_FS