Skip to content
#

beginner

Here are 1,413 public repositories matching this topic...

circuitpython
anecdata
anecdata commented Aug 30, 2020

Is this a bug, or is it explicitly undefined behavior to read the value of an output?

>>> import board
>>> from digitalio import DigitalInOut, Direction
>>> led = DigitalInOut(any_gpio)
>>> led.direction = Direction.OUTPUT

PyPortal (alpha.3):

>>> led.value = True
>>> led.value
True

(the LED is ON)

vs.

Saola (alpha.3):

>>> led.value = True
>>> led.value

The motive behind Creating this repo is to feel the fear of mathematics and do what ever you want to do in Machine Learning , Deep Learning and other fields of AI

  • Updated Jan 6, 2020
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the beginner topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the beginner topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.