This website works better with JavaScript.
Home
Explore
Help
Sign In
bernd
/
smart-home
Watch
1
Star
0
Fork
0
Code
Issues
1
Pull Requests
0
Releases
0
Wiki
Activity
No Description
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.
143
Commits
2
Branches
Tree:
5a62bd1299
atmega_88
master
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '5a62bd1299'
${ noResults }
smart-home
/
weather-sensor
/
firmware
/
crc.h
crc.h
97B
History
Raw
1
2
3
4
5
#ifndef CRC_H
#define CRC_H
uint16_t Calculate_Crc(const uint8_t *buffer, uint8_t size);
#endif