HAND

Dependencies:   mbed BMI160 MLX90614 max32630fthr Adafruit_FeatherOLED MAX30100

Committer:
condato_mbed
Date:
Wed Nov 03 16:10:15 2021 +0000
Revision:
1:774d50d6f9d6
Parent:
0:d36fd4cabb70
HAND

Who changed what in which revision?

UserRevisionLine numberNew contents of line
condato_mbed 0:d36fd4cabb70 1 #include "mbed.h"
condato_mbed 0:d36fd4cabb70 2 #include <BLE.h>
condato_mbed 0:d36fd4cabb70 3 #include "ble/BLE.h"
condato_mbed 0:d36fd4cabb70 4
condato_mbed 0:d36fd4cabb70 5 void periodicCallback(void);
condato_mbed 0:d36fd4cabb70 6 void writeLedCallback(void);
condato_mbed 0:d36fd4cabb70 7 void disconnectionCallback(const Gap::DisconnectionCallbackParams_t *);
condato_mbed 0:d36fd4cabb70 8 void updateSensorValue();
condato_mbed 0:d36fd4cabb70 9 void printMacAddress();
condato_mbed 0:d36fd4cabb70 10 void writeCharCallback(const GattWriteCallbackParams *params);
condato_mbed 0:d36fd4cabb70 11 void disconnect();
condato_mbed 0:d36fd4cabb70 12 void whenConnected(const Gap::ConnectionCallbackParams_t *);
condato_mbed 0:d36fd4cabb70 13 void onDataSent(unsigned count);
condato_mbed 0:d36fd4cabb70 14 void gattServer_onUpdatesEnabled(GattAttribute::Handle_t handle);
condato_mbed 0:d36fd4cabb70 15 void gattServer_onUpdatesDisabled(GattAttribute::Handle_t handle);
condato_mbed 0:d36fd4cabb70 16 void gattServer_onConfirmationReceived(GattAttribute::Handle_t handle);
condato_mbed 0:d36fd4cabb70 17 void after_BL();
condato_mbed 0:d36fd4cabb70 18 void BT_false();
condato_mbed 0:d36fd4cabb70 19 void BT_true();
condato_mbed 0:d36fd4cabb70 20 void log_count();
condato_mbed 0:d36fd4cabb70 21 void messdaten_count();
condato_mbed 0:d36fd4cabb70 22 void unixtime_to_char_array();
condato_mbed 0:d36fd4cabb70 23 int array_to_int(int z);
condato_mbed 0:d36fd4cabb70 24 void bleInitComplete(BLE::InitializationCompleteCallbackContext *params);
condato_mbed 0:d36fd4cabb70 25 void BLE_handler();