Skip to content

Commit 725003d

Browse files
committed
Removed the dot_a_linkage flag for BLE for Arduino
1 parent fc2c344 commit 725003d

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed
Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
name=ESP32 BLE Arduino
2-
version=0.1.0
2+
version=0.4.2
33
author=Neil Kolban <kolban1@kolban.com>
44
maintainer=Neil Kolban <kolban1@kolban.com>
55
sentence=BLE functions for ESP32
6-
paragraph=BLE functions for ESP32
6+
paragraph=This library provides an implementation Bluetooth Low Energy support for the ESP32 using the Arduino platform.
77
category=Communication
88
url=https://github.com/nkolban/ESP32_BLE_Arduino
99
architectures=esp32
10-
includes=BLE.h BLEUtils.h BLEScan.h BLEAdvertisedDevice.h
11-
dot_a_linkage=true
10+
includes=BLE.h, BLEUtils.h, BLEScan.h, BLEAdvertisedDevice.h

cpp_utils/PWM.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ class PWM {
2929

3030
uint32_t getDuty();
3131
uint32_t getFrequency();
32-
void setDuty(uint32_t duty);
33-
void setDutyPercentage(uint8_t percent);
34-
void setFrequency(uint32_t freq);
35-
void stop(bool idleLevel=false);
32+
void setDuty(uint32_t duty);
33+
void setDutyPercentage(uint8_t percent);
34+
void setFrequency(uint32_t freq);
35+
void stop(bool idleLevel=false);
3636
private:
37-
ledc_channel_t channel;
38-
ledc_timer_t timer;
37+
ledc_channel_t channel;
38+
ledc_timer_t timer;
3939
ledc_timer_bit_t bitSize; // Bit size of timer.
4040
};
4141

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy