eFLL icon indicating copy to clipboard operation
eFLL copied to clipboard

Does it work on Stm32F4 ?

Open auditore2208 opened this issue 2 years ago • 2 comments

Hello AJ Alves.I want answer a question to you about your eFLL library.I have an stm microcontroller (STM32F429I DISCOVERY Board ) and i want do a project with fuzzy logic. Can i use your eFLL library using STMCube ide on this board for fuzzy logic projects ?

auditore2208 avatar Mar 21 '22 15:03 auditore2208

This code should work with any standard C++ compiler. I know it has been used on other STM32 controllers with IAR Workbench. Just add the code files to your project, and you can follow the examples for using the library.

cdudzek avatar Mar 28 '22 12:03 cdudzek

Thanks @cdudzek

alvesoaj avatar Apr 27 '22 12:04 alvesoaj