From f3012c923e2beebf5804c8c31a1f3e3467bede6a Mon Sep 17 00:00:00 2001 From: Lyon <88232613+pikasTech@users.noreply.github.com> Date: Sat, 18 Sep 2021 14:34:31 +0800 Subject: [PATCH 1/4] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6563fc1c0..dec741001 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,9 @@ # 1.简介 -PikaScript可以为**资源受限**的mcu提供极易**部署**和**拓展**的**Python**脚本支持。 +PikaScript是一个超轻量级python引擎,零依赖,零配置,可以在少于4KB的RAM下运行(如stm32g030c8和stm32f103c8),极易部署和扩展。 + +PikaScript is a very lightweight Python engine that can run on less than 4KB of RAM (such as STM32G030C8 and STM32F103C8), with zero dependencies, zero configuration, and easy to deploy and expand. ![output_Kgj52R](https://user-images.githubusercontent.com/88232613/132940452-d07d766c-5aa7-4187-96f2-66b02984e82c.gif) ### (1)运行环境 From 13ed724927303f7fb0fc393ce6c60f3986577e17 Mon Sep 17 00:00:00 2001 From: Lyon <88232613+pikasTech@users.noreply.github.com> Date: Sat, 18 Sep 2021 14:35:27 +0800 Subject: [PATCH 2/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dec741001..72aac58bc 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ PikaScript是一个超轻量级python引擎,零依赖,零配置,可以在少于4KB的RAM下运行(如stm32g030c8和stm32f103c8),极易部署和扩展。 -PikaScript is a very lightweight Python engine that can run on less than 4KB of RAM (such as STM32G030C8 and STM32F103C8), with zero dependencies, zero configuration, and easy to deploy and expand. +PikaScript is an ultra lightweight Python engine that can run on less than 4KB of RAM (such as STM32G030C8 and STM32F103C8), with zero dependencies, zero configuration, and easy to deploy and expand. ![output_Kgj52R](https://user-images.githubusercontent.com/88232613/132940452-d07d766c-5aa7-4187-96f2-66b02984e82c.gif) ### (1)运行环境 From 6616a11f480f60ffe6f3af7d1ad11afb0dcbde86 Mon Sep 17 00:00:00 2001 From: Lyon <88232613+pikasTech@users.noreply.github.com> Date: Sat, 18 Sep 2021 14:36:00 +0800 Subject: [PATCH 3/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 72aac58bc..60484bb26 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ PikaScript是一个超轻量级python引擎,零依赖,零配置,可以在少于4KB的RAM下运行(如stm32g030c8和stm32f103c8),极易部署和扩展。 -PikaScript is an ultra lightweight Python engine that can run on less than 4KB of RAM (such as STM32G030C8 and STM32F103C8), with zero dependencies, zero configuration, and easy to deploy and expand. +PikaScript is an ultra lightweight Python engine that can run with 4KB of RAM (such as STM32G030C8 and STM32F103C8), with zero dependencies, zero configuration, and easy to deploy and expand. ![output_Kgj52R](https://user-images.githubusercontent.com/88232613/132940452-d07d766c-5aa7-4187-96f2-66b02984e82c.gif) ### (1)运行环境 From 2b506345e57fcdf9a8659bbcb7774c5e4bde359e Mon Sep 17 00:00:00 2001 From: Lyon <88232613+pikasTech@users.noreply.github.com> Date: Sat, 18 Sep 2021 14:36:59 +0800 Subject: [PATCH 4/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 60484bb26..e680e2279 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ PikaScript是一个超轻量级python引擎,零依赖,零配置,可以在少于4KB的RAM下运行(如stm32g030c8和stm32f103c8),极易部署和扩展。 -PikaScript is an ultra lightweight Python engine that can run with 4KB of RAM (such as STM32G030C8 and STM32F103C8), with zero dependencies, zero configuration, and easy to deploy and expand. +PikaScript is an ultra lightweight Python engine with zero dependencies and zero configuration, that can run with 4KB of RAM (such as STM32G030C8 and STM32F103C8), and very easy to deploy and expand. ![output_Kgj52R](https://user-images.githubusercontent.com/88232613/132940452-d07d766c-5aa7-4187-96f2-66b02984e82c.gif) ### (1)运行环境