2022-10-20 15:16:44 +08:00
|
|
|
import PikaStdLib, PikaStdDevice, PikaMath, PikaDebug, PikaCV, PikaNN
|
2022-11-12 22:21:23 +08:00
|
|
|
import random, re, modbus, socket, unittest, binascii, ctypes, requests, mqtt
|
2023-01-21 15:48:17 +08:00
|
|
|
import pika_lua, pika_cjson, cjson_test, json
|
2022-10-20 15:16:44 +08:00
|
|
|
import GTestTask, TempDevTest
|
2022-11-15 23:09:13 +08:00
|
|
|
import cb_test
|
2023-01-24 21:00:02 +08:00
|
|
|
import configparser, network
|
2022-10-20 15:16:44 +08:00
|
|
|
import test_module1, test_cmodule, test_module4, import_test
|
2023-03-13 19:37:05 +08:00
|
|
|
import hashlib, hmac, aes, base64, time, os
|
2023-04-20 17:06:16 +08:00
|
|
|
import _thread, weakref, eventloop
|
2022-09-18 22:04:55 +08:00
|
|
|
|
2022-06-01 11:46:59 +08:00
|
|
|
mem = PikaStdLib.MemChecker()
|
2022-05-24 15:08:46 +08:00
|
|
|
print('hello pikascript!')
|
2022-06-01 11:46:59 +08:00
|
|
|
print('mem used max:')
|
|
|
|
mem.max()
|