maker
Here are 248 public repositories matching this topic...
I can not find the documentation on makerjs, how to implement the scale and grid in the examples of documentation?
-
Updated
Dec 21, 2017 - Java
-
Updated
Oct 18, 2019 - Python
Hi there,
I'll take ownership of this one and formalise it a bit better.
This is relating to adding custom boards with extended name sets.
@peterpanstechland message:
in order to get the dts.ts.d autogenerated, you need to(this is what i did):
pxt clean
rm -Rf node_modules/pxt-common-packages
pxt link ../pxt-common-packages (this is after you have modified the configkeys.h)
pxt
-
Updated
Jul 14, 2018
-
Updated
Jun 12, 2017 - Arduino
-
Updated
Jan 13, 2020 - JavaScript
-
Updated
Mar 28, 2020 - Objective-C
-
Updated
Aug 20, 2019 - C++
Provide a customised list of basic JavaScript Syntax as it applies to the RGPWizard something similar to:
-
Updated
May 31, 2020 - JavaScript
I've just updated our Google business listing opening hours to say we're closed but I've mentioned in the description that we're closed for walk-ins and to get in touch if you have urgent need to be in the space. We need to remove this when lockdown is relaxed.
-
Updated
Feb 3, 2019 - Python
-
Updated
May 28, 2020 - PHP
-
Updated
Nov 13, 2018 - C++
-
Updated
May 6, 2020 - C++
Improve this page
Add a description, image, and links to the maker topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the maker topic, visit your repo's landing page and select "manage topics."
Hello! I am learning through trial and error that the AIY Vision Bonnet's pins have different permissible values for the PWM frequency, at least as set through the Python AIY libraries.
I can set PIN_A. PIN_C, PIN_D to 1000hz PWM but PIN_B only accepts 100hz. And it seems like particular values are permissible and other values are not, e.g. 2000hz.
Is there documentation for the pwm-aiy-io