diff --git a/README.md b/README.md index 1b81cba7d..8749d9a10 100644 --- a/README.md +++ b/README.md @@ -395,9 +395,8 @@ while True: ## Demo 04 PWM output -
+
View Code -View Code ``` python import PikaStdLib import STM32G0 @@ -451,6 +450,7 @@ while True:
View Code + ``` python from PikaObj import * import PikaStdLib @@ -590,6 +590,7 @@ while True: d = 3 isUpdate = 1 + ```
diff --git a/assets/README.mdpp b/assets/README.mdpp index 6274a49a9..75eafea97 100644 --- a/assets/README.mdpp +++ b/assets/README.mdpp @@ -284,9 +284,8 @@ while True: ## Demo 04 PWM output -
+
View Code -View Code ``` python import PikaStdLib import STM32G0 @@ -340,6 +339,7 @@ while True:
View Code + ``` python from PikaObj import * import PikaStdLib @@ -479,6 +479,7 @@ while True: d = 3 isUpdate = 1 + ```