Arduino Code for the M034 stepper motor driver of the LEPP neutron switch
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
520 B

2 years ago
  1. ; PlatformIO Project Configuration File
  2. ;
  3. ; Build options: build flags, source filter
  4. ; Upload options: custom upload port, speed and extra flags
  5. ; Library options: dependencies, extra library storages
  6. ; Advanced options: extra scripting
  7. ;
  8. ; Please visit documentation for the other options and examples
  9. ; https://docs.platformio.org/page/projectconf.html
  10. [env:nucleo_f429zi]
  11. platform = ststm32
  12. board = nucleo_f429zi
  13. framework = arduino
  14. lib_deps = ponoor/Ponoor PowerSTEP01 Library@^1.0.2
  15. monitor_speed = 921600