mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-26 17:20:53 +01:00
[python] Initial turtle module
This commit is contained in:
@@ -17,6 +17,7 @@ extern "C" {
|
||||
#include "py/repl.h"
|
||||
#include "py/runtime.h"
|
||||
#include "py/stackctrl.h"
|
||||
#include "modturtle.h"
|
||||
#include "mphalport.h"
|
||||
}
|
||||
|
||||
@@ -107,7 +108,8 @@ void MicroPython::init(void * heapStart, void * heapEnd) {
|
||||
mp_init();
|
||||
}
|
||||
|
||||
void MicroPython::deinit(){
|
||||
void MicroPython::deinit() {
|
||||
turtle_deinit();
|
||||
mp_deinit();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user