Skip to content

Instantly share code, notes, and snippets.

View microside-mx's full-sized avatar

MICROSIDE TECHNOLOGY microside-mx

View GitHub Profile
@microside-mx
microside-mx / helloWorld.py
Created January 6, 2021 21:35
hello world in micro:bit
# Add your Python code here. E.g.
from microbit import *
while True:
display.scroll('Hello, World!')
display.show(Image.HEART)
sleep(2000)
@microside-mx
microside-mx / 7-MPLAB-CDC-4550.c
Last active September 12, 2023 19:45
Prácticas MPLABX
/***************************
Copyright 2016 Microchip Technology Inc. (www.microchip.com)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
@microside-mx
microside-mx / 7-MPLAB-CDC.c
Last active September 12, 2023 19:45
Prácticas MPLABX
/***************************
Copyright 2016 Microchip Technology Inc. (www.microchip.com)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
/**
Generated Main Source File
Company:
Microchip Technology Inc.
File Name:
main.c
Summary:
/*
* File: main.c
* Author: Microside Technology
*
* Created on 27 de noviembre de 2020, 12:09 AM
*/
// CONFIG1L
#pragma config PLLDIV = 1 // PLL Prescaler Selection bits (No prescale (4 MHz oscillator input drives PLL directly))
#pragma config CPUDIV = OSC1_PLL2// System Clock Postscaler Selection bits ([Primary Oscillator Src: /1][96 MHz PLL Src: /2])
@microside-mx
microside-mx / 22-MPLAB-ComunicacionSerial.c
Last active September 7, 2023 18:06
Prácticas MPLABX
/**
Generated Main Source File
Company:
Microchip Technology Inc.
File Name:
main.c
Summary:
/*
* File: main.c
* Author: Microside Technology
*
* Created on 27 de noviembre de 2020, 12:07 AM
*/
// CONFIG1L
#pragma config PLLDIV = 1 // PLL Prescaler Selection bits (No prescale (4 MHz oscillator input drives PLL directly))
#pragma config CPUDIV = OSC1_PLL2 // System Clock Postscaler Selection bits ([Primary Oscillator Src: /1][96 MHz PLL Src: /2])
@microside-mx
microside-mx / 21-MPLAB-BluetoothHm10.c
Last active April 12, 2024 19:03
Prácticas MPLABX
/**
Generated Main Source File
Company:
Microchip Technology Inc.
File Name:
main.c
Summary:
@microside-mx
microside-mx / 20-MPLAB-BluetoothHC05-4550.c
Last active September 12, 2023 20:45
Prácticas MPLABX
/*
* File: main.c
* Author: Microside Technology
*
* Created on 26 de noviembre de 2020, 11:35 PM
*/
// CONFIG1L
#pragma config PLLDIV = 1 // PLL Prescaler Selection bits (No prescale (4 MHz oscillator input drives PLL directly))
#pragma config CPUDIV = OSC1_PLL2 // System Clock Postscaler Selection bits ([Primary Oscillator Src: /1][96 MHz PLL Src: /2])
@microside-mx
microside-mx / 20-MPLAB-BluetoothHC05.c
Last active September 12, 2023 20:45
Prácticas MPLABX
/**
Generated Main Source File
Company:
Microchip Technology Inc.
File Name:
main.c
Summary: