how do you organize project and learning stuff on computer

Thread Starter

rt694157

Joined Dec 15, 2019
78
This is a silly question But I would like to know how do you organize your embedded projects, language learning material on computer.

I keep the personal foldar like My Photo, Video , Music in the D drive and keep all educational stuff in E drive of computer

Electronics -> Floder
Components-> Resistors, capacitor, diode
IC- Timer Gate Regulator

Simulator- AVR studio, MPLAB, MATLAB VS

Microcontroller-> Folder
PIC->
Datasheet, Documents
AVR- >
Datasheet, documents
ARM->
Datasheet, documents

Programming-> Folder
C->
Books
Example code
Practice code

Assembly->
Books
Example code
Practice code

Python ->
Books
Example code
Practice code

Project-> Folder
LED
Push Button
LCD display
Seven segment
UART
SPI
I2C
CAN

Do you fallow any particular sequence?
 

dl324

Joined Mar 30, 2015
16,943
This is a silly question But I would like to know how do you organize your embedded projects, language learning material on computer.
Just do it in a way that makes sense to you. It doesn't matter if it makes sense to anyone else...
 
Top