Skip to content

Instantly share code, notes, and snippets.

View kazemito's full-sized avatar

Kazemito Projects kazemito

View GitHub Profile
@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/
*/
@kazemito
kazemito / Kazelizer.ino
Last active January 29, 2023 19:23
Arduino Immobilizer Ignition System
/*
* Kazelizer
* Arduino Immobilizer Ignition System
* NOTE : THIS IS STILL TEST CODE WITHOUT SERVOS OR ANYTHING
* created by : Muhammad Tresna Mukti aka Kazemito Haruhi
* Last Updated : Feb 4 2018 at 4:24AM Indonesia Time (GMT+07:00)
*/
#include <SimpleTimer.h>
#include <SoftwareSerial.h>
@kazemito
kazemito / KazeShifter.ino
Last active August 17, 2022 06:40
KazeShifter Arduino Quick Shifter for Sports Bike and Naked Bike with LCD Display
/*
* KazeShifter Arduino Adjustable Open Source Quick Shifter
* Copyright (c) Muhammad Tresna Mukti
* created by : Muhammad Tresna Mukti aka Kazemito Haruhi
* Last Updated : September 19 2018 at 11:26PM Indonesia Time (GMT+07:00)
*
* You will need those Libraries :
* Liquidcrystal_I2C v1.2.1 : http://tiny.cc/libLcdI2C
* Wire : http://tiny.cc/libWire
*
@kazemito
kazemito / RoomController.ino
Last active December 4, 2017 20:15
LED Remote and Motion Control
/*
* IRremote Library - Copyright 2009 Ken Shirriff
* created by KazemitoHaruhi
* this code for Arduino Nano, if you're using other model of Arduino, change output PWM Pins to PWM Compatible Pins
* Room Controller
* 20 March 2017
* v4.6
*/
int tx=1;