-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1a7bee0
commit 2ba93a6
Showing
1 changed file
with
5 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,5 @@ | ||
code base_controller mod for stm32f411 | ||
# code base_controller mod for stm32f411 | ||
|
||
- STM32 is complicated than Teensy so much. Because It demand to config hardware before using. The file config name is ```rosserial_test_stf411.ioc```. I configed it with Timer 2 and Timer 5 to read Encoder (quadrature x4 mode). And Timer 3 and Timer 4 to control PWM signal for two motors. And USART 1 for rosserial. | ||
- All file header *.h I moved to **include** folder, with all libraries of rosserial_stm32. All file *.cpp are on **src** folder. | ||
- I removed _Adafruit_feather_wing_ file, because I just using with _L298_motor_driver_ to direct control motors. |