Circup Cli Tool; Circuitpython Documentation; Circuitpython Core Documentation - Adafruit ESP32-S3 Manual

Tft feather
Table of Contents

Advertisement

To update a single library or example, follow the same steps above. When you drag
the library file to your lib folder, it will ask if you want to replace it. Say yes. That's it!
A new library bundle is released every time there's an update to a library. Updates
include things like bug fixes and new features. It's important to check in every so
often to see if the libraries you're using have been updated.

CircUp CLI Tool

There is a command line interface (CLI) utility called
CircUp ()
that can be used to
easily install and update libraries on your device. Follow the directions on the
install
page within the CircUp learn
guide (). Once you've got it installed you run the
command
in a terminal to interactively update all libraries on the
circup update
connected CircuitPython device. See the
usage page in the CircUp
guide ()
for a full
list of functionality

CircuitPython Documentation

You've learned about the CircuitPython built-in modules and external libraries. You
know that you can find the modules in CircuitPython, and the libraries in the Library
Bundles. There are guides available that explain the basics of many of the modules
and libraries. However, there's sometimes more capabilities than are necessarily
showcased in the guides, and often more to learn about a module or library. So,
where can you find more detailed information? That's when you want to look at the
API documentation.
The entire CircuitPython project comes with extensive documentation available on
Read the Docs. This includes both the
CircuitPython
core ()
and the
Adafruit
CircuitPython
libraries ().

CircuitPython Core Documentation

The
CircuitPython core
documentation ()
covers many of the details you might want to
know about the CircuitPython core and related topics. It includes API and usage info,
a design guide and information about porting CircuitPython to new boards,
MicroPython info with relation to CircuitPython, and general information about the
project.
©Adafruit Industries
Page 73 of 263

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the ESP32-S3 and is the answer not in the manual?

Table of Contents

Save PDF