commit
39d63d961b
1 changed files with 4 additions and 4 deletions
|
|
@ -52,13 +52,13 @@ layout: home
|
|||
<h3>Quick and Easy</h3>
|
||||
<p>
|
||||
Create a file, edit your code, save the file, and it runs immediately.
|
||||
There is no compiling, no downloading and no uploading needed.
|
||||
There is no compiling or uploading needed.
|
||||
</p>
|
||||
</div>
|
||||
<div class="item">
|
||||
<h3>Beginner Friendly</h3>
|
||||
<p>
|
||||
CircuitPython is designed with education in mind. It's easy to start
|
||||
CircuitPython is designed with education in mind. It's an easy way to start
|
||||
learning how to code and you get immediate feedback from the board.
|
||||
</p>
|
||||
</div>
|
||||
|
|
@ -66,13 +66,13 @@ layout: home
|
|||
<h3>Easy Code Updates</h3>
|
||||
<p>
|
||||
Since your code lives on the disk drive, you can edit it whenever you
|
||||
like, you can also keep multiple files around for easy experimentation.
|
||||
like. You can even keep multiple files around for easy experimentation.
|
||||
</p>
|
||||
</div>
|
||||
<div class="item">
|
||||
<h3>Serial Console + REPL</h3>
|
||||
<p>
|
||||
These allow for live feedback from your code and interactive programming.
|
||||
These features allow for live feedback from your code and interactive programming.
|
||||
</p>
|
||||
</div>
|
||||
<div class="item">
|
||||
|
|
|
|||
Loading…
Reference in a new issue