Skip to content

Commit

Permalink
Change Arduino IDE category
Browse files Browse the repository at this point in the history
  • Loading branch information
alextaujenis committed Oct 13, 2015
1 parent 8fa16ae commit 7d1a404
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/spin_up_and_down/spin_up_and_down.ino
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Arduino RBD Motor Library v1.0.0 Example - Spin a motor up and down in real time with events.
// Arduino RBD Motor Library v1.0.1 Example - Spin a motor up and down in real time with events.
// https://github.com/alextaujenis/RBD_Motor
// Copyright 2015 Alex Taujenis
// MIT License
Expand Down
Binary file modified extras/RBD_Motor.zip
Binary file not shown.
4 changes: 2 additions & 2 deletions library.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name=RBD_Motor
version=1.0.0
version=1.0.1
author=Alex Taujenis <[email protected]>
maintainer=Alex Taujenis <[email protected]>
sentence=Control many motors in real-time without delay.
paragraph=Control many motors in real-time without delay using commands like on(), off(), timedOn(), and ramp(). Fire custom events when the motor has reached the target speed with onTargetSpeed().
category=Sensors
category=Device Control
url=https://github.com/alextaujenis/RBD_Motor
architectures=avr
2 changes: 1 addition & 1 deletion src/RBD_Motor.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Arduino RBD Motor Library v1.0.0 - Control many motors in real-time without delay.
// Arduino RBD Motor Library v1.0.1 - Control many motors in real-time without delay.
// https://github.com/alextaujenis/RBD_Motor
// Copyright 2015 Alex Taujenis
// MIT License
Expand Down
2 changes: 1 addition & 1 deletion src/RBD_Motor.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Arduino RBD Motor Library v1.0.0 - Control many motors in real-time without delay.
// Arduino RBD Motor Library v1.0.1 - Control many motors in real-time without delay.
// https://github.com/alextaujenis/RBD_Motor
// Copyright 2015 Alex Taujenis
// MIT License
Expand Down

0 comments on commit 7d1a404

Please sign in to comment.