Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thanhtruongphan authored Oct 26, 2024
1 parent 1a7bee0 commit 2ba93a6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
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.

0 comments on commit 2ba93a6

Please sign in to comment.