Skip to content

Commit

Permalink
add AHT20 Driver
Browse files Browse the repository at this point in the history
  • Loading branch information
YuzukiTsuru committed Mar 19, 2022
1 parent 2d3a430 commit d3cf731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Software/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include "GT20L16S1Y.h"
#include "String.h"
#include "oled.h"
#include "AHT21.h"
#include "AHT20.h"

sbit BTN = P1 ^ 1;

Expand Down

0 comments on commit d3cf731

Please sign in to comment.