Skip to content

Instantly share code, notes, and snippets.

@tantalum7
tantalum7 / gist:66476d5130ebd3c8ea9c355e67940487
Created July 20, 2018 10:44
ports.h, Extracted from TNKernel 2.5.716 PIC32 Port
/*
* TNKernel RTOS port for Microchip PIC32
*
* File: port_extr.h
* Component: PORT
* Compiler: Microchip C33 v.1.10(B)
*
* Ver. 2.5
*
* Copyright © 2004,2008 Yuri Tiomkin
@tantalum7
tantalum7 / DebugConsole.cs
Last active July 4, 2018 14:20
unity-quake-console
#region Imports
using System;
using System.Collections.Generic;
using System.Linq;
using UnityEngine;
using UnityEngine.UI;
#endregion
//
// I got fed up trying to use other people's bloated/messy/buggy debug consoles,