Skip to content

Commit

Permalink
Updated image
Browse files Browse the repository at this point in the history
  • Loading branch information
suvarna84 committed Dec 10, 2024
1 parent 27c67a3 commit 9ff8dd2
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions .vscode/c_cpp_properties.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"configurations": [
{
"name": "Mac",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [],
"macFrameworkPath": [
"/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks"
],
"compilerPath": "/usr/bin/clang",
"cStandard": "c17",
"cppStandard": "c++17",
"intelliSenseMode": "macos-clang-x64"
}
],
"version": 4
}
Binary file modified assets/openox.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@


#include <SPI.h>
#include "protocentral_afe44xx.h"
#include <protocentral_afe44xx.h>

#include <BLEDevice.h>
#include <BLEServer.h>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@


#include <SPI.h>
#include "protocentral_afe44xx.h"
#include <protocentral_afe44xx.h>

#define AFE44XX_CS_PIN 25
#define AFE44XX_DRDY_PIN 13
Expand Down

0 comments on commit 9ff8dd2

Please sign in to comment.