Generation

generate functionTue, 20 Feb 2024

app que cuando se aprete un boton active el microfono y envia el audio travez de texto y despues lo envia a bluetooth para arduino

ng System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ConsoleApplication1 { class Program { static void Main(string[] args) { int n = int.Parse(Console.ReadLine()); int m = int.Parse(Console.ReadLine()); int k = int

Questions about programming?Chat with your personal AI assistant