This website requires JavaScript.
Explore
Help
Sign In
andreika-git
/
rusefi
mirror of
https://github.com/andreika-git/rusefi.git
Watch
1
Star
0
Fork
You've already forked rusefi
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
50f93b1ca4
rusefi
/
firmware
/
controllers
/
lua
/
lua_hooks.h
5 lines
78 B
C
Raw
Normal View
History
Unescape
Escape
lua 5.4 (#2590) * thread priority * build * makefile prep * call startup * lua 5.1 * mk * 5.3 * mk * I guess lua does something? * extract hooks, builds for tests * a bit of error handling * guard * bootloader makefile * remove lua * submodule * submodule update * builds with submodule * disabled by default * h7 chconf * tweaks * add a useful hook * move luaconf * perf trace lua * test helpers * lua unit tests * include to satiate clang
2021-04-28 19:41:25 -07:00
#
pragma once
void
configureRusefiLuaHooks
(
lua_State
*
)
;
deinit lua pins when not used (#2876) Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2021-06-28 05:39:03 -07:00
void
luaDeInitPins
(
)
;