Skip to content

ELMulator v1.0.0

Compare
Choose a tag to compare
@jimwhitelaw jimwhitelaw released this 26 Dec 20:03
· 11 commits to master since this release

This is a fork of the GTTurboEcu library by TheBigBadWolfClub which is no longer being maintained.

I have updated the library with the following changes:

  • included fixes submitted to the upstream fork but never merged
  • updated the library to work with Bluetooth serial devices (like esp32)
  • added additional functions to the emulator
  • optimized the use of String class for lower memory requirements
  • fixed a few bugs from earlier version
  • refactoring many methods to simplify use of the library
  • made it easier to add your own new functions with sample/test data
  • implemented a simple emulation mode that can be easily configured with just a few lines of code
  • added new example programs to demonstrate use of the library