Skip to content

Instantly share code, notes, and snippets.

@chitoku
chitoku / COCO_Image_Viewer.ipynb
Created July 14, 2020 11:02 — forked from akTwelve/COCO_Image_Viewer.ipynb
COCO Image Viewer | immersivelimit.com/tutorials/create-coco-annotations-from-scratch
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@chitoku
chitoku / HKit-8_Temp-PID.ino
Created June 17, 2020 21:47
PID Temperature Control for 4 TRS heater array
/******************************************************************************
For Heltec WiFi Kit 8
******************************************************************************/
// Include the SparkFun TMP102 library.
// Click here to get the library: http://librarymanager/All#SparkFun_TMP102
#include <Wire.h> // Used to establied serial communication on the I2C bus
#include "heltec.h" // alias for `#include "SSD1306Wire.h"
#include <SparkFunTMP102.h> // Used to send and recieve specific information from our sensor