Skip to content

Commit

Permalink
Bug fix with respect to setting analogWriteResolution
Browse files Browse the repository at this point in the history
  • Loading branch information
flybrianfly committed Dec 3, 2022
1 parent 797d273 commit 9c80a4d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## v6.0.2
- Bug fix with respect to setting analogWriteResolution

## v6.0.1
- size_t to std::size_t

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if (DEFINED MCU)
set(CMAKE_TOOLCHAIN_FILE "${mcu_support_SOURCE_DIR}/cmake/cortex.cmake")
# Project information
project(Pwm
VERSION 6.0.1
VERSION 6.0.2
DESCRIPTION "PWM actuator library"
LANGUAGES CXX
)
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=Bolder Flight Systems PWM
version=6.0.1
version=6.0.2
author=Brian Taylor <[email protected]>
maintainer=Brian Taylor <[email protected]>
sentence=Library for sending commands to PWM servos.
Expand Down

0 comments on commit 9c80a4d

Please sign in to comment.