Skip to content

Instantly share code, notes, and snippets.

@kazemito
kazemito / KazeShifterNoDisplay.ino
Last active June 13, 2023 11:07
Arduino Quick Shifter without Display and Need to Reupload the code if you want to adjust the values
/*
* KazeShifter Arduino Adjustable Open Source Quick Shifter
* Copyright (c) Muhammad Tresna Mukti
* created by : Muhammad Tresna Mukti aka Kazemito Haruhi
* Last Updated : March 2, 2020 Indonesia Time (GMT+07:00)
*
* For more information about this code, Go to link below
* YouTube : https://www.youtube.com/c/KazemitoHaruhi/
* Instructables : https://www.instructables.com/member/TresNaa/
*/
from flask import Flask
from flask_restful import Api, Resource, reqparse
app = Flask(__name__)
api = Api(app)
users = [
{
"name": "Nicholas",
"age": 42,