Update code_generator.py
Browse files- code_generator.py +1 -1
code_generator.py
CHANGED
@@ -764,7 +764,7 @@ class SmartCodeGenerator:
|
|
764 |
loop_code.append("delay(100); // Small delay for stability")
|
765 |
|
766 |
return loop_code
|
767 |
-
|
768 |
"""Generate custom function implementations"""
|
769 |
functions = []
|
770 |
|
|
|
764 |
loop_code.append("delay(100); // Small delay for stability")
|
765 |
|
766 |
return loop_code
|
767 |
+
def generate_functions(self, circuit_type: str, features: List[str], platform: str) -> List[str]:
|
768 |
"""Generate custom function implementations"""
|
769 |
functions = []
|
770 |
|