fix README

This commit is contained in:
pikastech 2023-03-02 10:15:32 +08:00
parent c7276d1d05
commit 82aaf98d4c
2 changed files with 14 additions and 16 deletions

View File

@ -205,6 +205,8 @@ Support subaggregate of python 3 standard syntax.
Support class and method define, encapsulation-inheritance-polymorphism and moudles in `.pyi ` of C module.
<details><summary>More Details About Syntax Support</summary>
|Syntax|Compile-Time|Run-Time|Shell|
|---|---|---|---|
|Module Define |√|-|-|
@ -284,6 +286,7 @@ Support class and method define, encapsulation-inheritance-polymorphism and moud
| yield | is | comprehensions |
| --- | --- | --- |
| - | √ | - |
</details>
### (4)Develop standard.
@ -301,9 +304,7 @@ The scripts in demos are in the [examples](examples) folder.
## Demo 01 GPIO
<details>
<summary>View Code</summary>
<details><summary>View Code</summary>
``` python
import PikaStdLib
@ -338,9 +339,7 @@ while True:
## Demo 02 USART
<details>
<summary>View Code</summary>
<details><summary>View Code</summary>
``` python
import PikaStdLib
@ -420,7 +419,7 @@ while True:
## Demo 05 RGB
<details>
<details><summary>View Code</summary>
``` python
import STM32G0
@ -590,7 +589,7 @@ while True:
d = 3
isUpdate = 1
```
</details>

View File

@ -155,6 +155,8 @@ Support subaggregate of python 3 standard syntax.
Support class and method define, encapsulation-inheritance-polymorphism and moudles in `.pyi ` of C module.
<details><summary>More Details About Syntax Support</summary>
|Syntax|Compile-Time|Run-Time|Shell|
|---|---|---|---|
|Module Define |√|-|-|
@ -173,6 +175,7 @@ Support class and method define, encapsulation-inheritance-polymorphism and moud
!INCLUDE "syntax.mdpp"
</details>
### (4)Develop standard.
@ -190,9 +193,7 @@ The scripts in demos are in the [examples](examples) folder.
## Demo 01 GPIO
<details>
<summary>View Code</summary>
<details><summary>View Code</summary>
``` python
import PikaStdLib
@ -227,9 +228,7 @@ while True:
## Demo 02 USART
<details>
<summary>View Code</summary>
<details><summary>View Code</summary>
``` python
import PikaStdLib
@ -309,7 +308,7 @@ while True:
## Demo 05 RGB
<details>
<details><summary>View Code</summary>
``` python
import STM32G0
@ -479,7 +478,7 @@ while True:
d = 3
isUpdate = 1
```
</details>