We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae9d663 commit 898c9f5Copy full SHA for 898c9f5
mrbgem.rake
@@ -1,7 +1,7 @@
1
-MRuby::Gem::Specification.new('mruby-esp32-pwm') do |spec|
+MRuby::Gem::Specification.new('mruby-esp32-mcpwm') do |spec|
2
spec.license = 'MIT'
3
spec.author = 'yuuu'
4
- spec.summary = 'PWM class on ESP32'
+ spec.summary = 'MCPWM class on ESP32'
5
6
spec.add_dependency('mruby-rational', :core => 'mruby-rational')
7
end
0 commit comments