Skip to content

Instantly share code, notes, and snippets.

@makermelissa
makermelissa / code.py
Created January 16, 2022 23:05
Code to Control Servos with Bluepad32
# Copyright 2020 - 2021, Ricardo Quesada, http://retro.moe
# SPDX-License-Identifier: Apache-2.0
import time
import board
import busio
from digitalio import DigitalInOut
from simpleio import map_range
from adafruit_servokit import ServoKit
#ifndef CONFIGURATION_H
#define CONFIGURATION_H
// This configuration file contains the basic settings.
// Advanced settings can be found in Configuration_adv.h
// BASIC SETTINGS: select your board type, temperature sensor type, axis scaling, and endstop configuration
//===========================================================================
//============================= DELTA Printer ===============================
//===========================================================================

Keybase proof

I hereby claim:

  • I am makermelissa on github.
  • I am makermelissa (https://keybase.io/makermelissa) on keybase.
  • I have a public key ASC1EogIupP0LUnFSpmmS4wo8oROq57TlWYO8AzIdDsBkgo

To claim this, I am signing this object:

/***************************************************
Adafruit invests time and resources providing this open source code,
please support Adafruit and open-source hardware by purchasing
products from Adafruit!
Written by Limor Fried/Ladyada for Adafruit Industries.
MIT license, all text above must be included in any redistribution
****************************************************/
#include "Adafruit_ThinkInk.h"