alvesoaj / eFLL

eFLL (Embedded Fuzzy Logic Library) is a standard library for Embedded Systems
MIT License
211 stars 91 forks source link

Does it work on Stm32F4 ? #36

Closed auditore2208 closed 1 year ago

auditore2208 commented 2 years ago

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 ?

cdudzek commented 2 years ago

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.

alvesoaj commented 2 years ago

Thanks @cdudzek