This website works better with JavaScript.
Explore
Help
Sign In
electro
/
c-fat16
Watch
1
Star
0
Fork
You've already forked c-fat16
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
FAT16 library written for an ATmega project with SD card
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12
Commits
1
Branch
0
Tags
130 KiB
Tag:
Branch:
Tree:
b1118c1397
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'b1118c1397'
${ noResults }
c-fat16
/
Makefile
8 lines
91 B
Raw
Normal View
History
Unescape
Escape
source import
10 years ago
all
:
main
main
:
main
.
c
function to create a directory
10 years ago
gcc -Wall -std
=
gnu99 main.c fat16.c -o
test
-g
source import
10 years ago
run
:
main
./test