Skip to content
#

beginner

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

circuitpython
AdamCummick
AdamCummick commented Dec 2, 2020

Running this code causes D19 to idle high and not oscillate. Removing D30 from pins_temp corrects the issue. No errors are flagged. D30 and D19 share TC4_WO1, but have different TCC peripherals.

import board
import time
import pwmio

pins_temp = [ board.D30, board.D19]
pwm_pins = []
for pin in pins_temp:
    p = pwmio.PWMOut(pin, frequency=10, duty_cycle=0x7fff, variable_frequenc
OtacilioN
OtacilioN commented Sep 18, 2020

This is a really good task for beginners, you can help this awesome list by checking the repositories list.

If you find a repository that:

  • Is not available anymore
  • Is not being maintained anymore (11+ months of inactivity)
  • Is not accepting pull requests anymore for hacktoberfest 2020
  • Pull requests are not counting for hacktoberfest
  • Repositories that are "only to add your name"

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.