Added PWM Control characteristic to the IO Pin Service
This commit is contained in:
parent
383b8b18b3
commit
6c4fa882a3
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ DEALINGS IN THE SOFTWARE.
|
|||
|
||||
#define MICROBIT_IO_PIN_SERVICE_PINCOUNT 19
|
||||
#define MICROBIT_IO_PIN_SERVICE_DATA_SIZE 10
|
||||
#define MICROBIT_PWM_PIN_SERVICE_DATA_SIZE 3
|
||||
#define MICROBIT_PWM_PIN_SERVICE_DATA_SIZE 2
|
||||
|
||||
// UUIDs for our service and characteristics
|
||||
extern const uint8_t MicroBitIOPinServiceUUID[];
|
||||
|
|
Loading…
Reference in a new issue