You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,12 @@
2
2
3
3
**ElectroBlocks** is a Python library for communicating with Arduino-based educational hardware using a custom serial protocol. It simplifies control of servos, RGB LEDs, LCD screens, and more—especially in block-based coding environments like Blockly.
4
4
5
+
## Upgrade To New Version
6
+
7
+
- Go to this file [pyproject.toml](pyproject.toml)
8
+
- Change the version number by .1 `version = "0.1.8"`
9
+
- Push to main
10
+
5
11
## Features
6
12
7
13
- Auto-detects the first available Arduino Uno or Mega over USB
0 commit comments