Logo
Explore Help
Register Sign In
rbxii3/firmware
1
0
Fork 0
You've already forked firmware
mirror of https://github.com/meshtastic/firmware.git synced 2025-12-23 11:10:52 +00:00
Code Issues Packages Projects Releases Wiki Activity
Files
4f60fad3f6151b9b35ca67738bd1dfdaaf466726
firmware/src/target_specific.h

10 lines
216 B
C
Raw Normal View History

begin splitting up source files, so we can have a tree of sources... unique to each architecture. For now, we have "esp32" and "bare" esp32 is the old esp stuff bare is an target suitable for emulation that doesn't require any particular hardware to run (no bluetooth, no i2c devices, no spi devices)
2020-04-10 12:15:00 -07:00
#pragma once
portduino now links!
2020-09-06 09:24:08 -07:00
#include <Arduino.h>
begin splitting up source files, so we can have a tree of sources... unique to each architecture. For now, we have "esp32" and "bare" esp32 is the old esp stuff bare is an target suitable for emulation that doesn't require any particular hardware to run (no bluetooth, no i2c devices, no spi devices)
2020-04-10 12:15:00 -07:00
// Functions that are unique to particular target types (esp32, bare, nrf52 etc...)
// Enable/disable bluetooth.
portduino now links!
2020-09-06 09:24:08 -07:00
void setBluetoothEnable(bool on);
void getMacAddr(uint8_t *dmac);
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 31ms Template: 0ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API