STM32 with PS2 Wireless

What are you developing?
Post Reply
Bamzz27
Posts: 1
Joined: Sat Apr 18, 2020 5:53 am

STM32 with PS2 Wireless

Post by Bamzz27 »

Hi, everyone can help me?

I have project to control motors using wireless PS2 with my STM32 board
I'm using STM32F103C8T6 (blue pill). I have to try create program using PS2x_lib to my board, but always show error like this :

Arduino: 1.8.5 (Windows 10), Board: "Generic STM32F103C series, STM32F103C8 (20k RAM. 64k Flash), STLink, 72Mhz (Normal), Smallest (default)"

C:\Users\BAMZZZ\Documents\Arduino\tes\tesSTM32\CobaRemote\tesRe\TesRe\TesRe.ino:1:22: fatal error: PS2x_lib.h: No such file or directory

#include <PS2x_lib.h>

^

compilation terminated.

exit status 1
Error compiling for board Generic STM32F103C series.

This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.

Please help me to solve this problem..
User avatar
fpiSTM
Posts: 1746
Joined: Wed Dec 11, 2019 7:11 pm
Answers: 91
Location: Le Mans
Contact:

Re: STM32 with PS2 Wireless

Post by fpiSTM »

This means it could not find the library, so you have to install it properly.
mrburnette
Posts: 633
Joined: Thu Dec 19, 2019 1:23 am
Answers: 7

Re: STM32 with PS2 Wireless

Post by mrburnette »

Post Reply

Return to “Projects”